vechain / web3-gear

Proxy Thor's RESTful API to Eth JSON-RPC, to support Remix, Truffle and more.
MIT License
30 stars 17 forks source link

NEthereum support #19

Closed senzacionale closed 5 years ago

senzacionale commented 5 years ago

I would like to know if is possible to use C# NEthereum with this JSON-RPC? I would like to use C#.

ShermanMeredith commented 5 years ago

Yes, web3-gear works with Nethereum. Make sure your web3-gear is initialized with a valid endpoint, and that the url in your code is pointed to your web3-gear instance.