[Ethereum] How to make API calls from a .NET Application to an Ethereum Private Network

.netblockchainexternal-apiweb3js

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

Best Answer

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