1

I'm starting on blockchain development and I have a question:

I was wondering if it is possible to make RPC calls to a private ethereum network (handling user private keys is not a problem in our scenario) from a ASP.NET MVC application using web3js for example (or maybe other framework/library more suitable).

The calls would have as objectives sending tokens from one user to the other and checking a given user's balance.

Thanks in advance for your answers!!

Kind Regards, Daniel Costa

1 Answer 1

1

Yes, that's indeed possible! Nethereum aims to bring web3.js functionality to .Net

3
  • Thanks for your answer! So, if I understood correctly, I can have my .net web site outside Ethereum and use Nethereum to make my async calls to push transactions? Commented May 3, 2018 at 8:29
  • Yes, that's correct. You could use Nethereum to enable your .Net application to interact with an Ethereum node, and smart contracts deployed on Ethereum Commented May 3, 2018 at 8:43
  • @danielcostaext if this answers your question then please accept it by clicking on tick icon. Commented Mar 4, 2020 at 5:19

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.