Nethereum is Ethereum's .Net integration library that allows you to interact with Ethereum clients such as geth, eth, or parity using RPC.
The library has very similar functionality to the Javascrip{filter}t Etherum Web3 RPC client library.
All JSON RPC/IPC methods are implemented the way they appear in the new version of the client.
The GETH client is a closely supported and tested extension including its administrative, personal, debugging, miner management.
Interaction with contracts has been simplified to deployment, function calls, transaction and event filtering, and decoding of topics.
The library has been tested on all platforms. Net Core, Mono, Linux, iOS, Android, Raspberry PI, Xbox, and Windows.
Related links:
GitHub: https://github.com/Nethereum/Nethereum
Website: http://nethereum.com
Documentation: https://nethereum.readthedocs.io/en/latest/
Gitter: https://gitter.im/Nethereum/Nethereum
|