Nethereum (Ethereum Web3 RPC Client Library in .Net.)

juanfranblancojuanfranblanco Member Posts: 9
edited February 2016 in Other Implementations
Hi all,

If you are interested in a .net client library checkout https://github.com/Nethereum/Nethereum. It is now in what I consider nearly alpha / alpha stage.
Checkout the readme for what is left todo.

Examples of code:
Contract deployment and call:
https://github.com/Nethereum/Nethereum/blob/master/src/Nethereum.Web3.Sample/ContractDeploymentAndCall.cs

Contract with constructor deployment and call:
https://github.com/Nethereum/Nethereum/blob/master/src/Nethereum.Web3.Sample/ContractConstructorDeploymentAndCall.cs

Comments

Sign In or Register to comment.