Is there any way for write on the blockchain from vb.net desktop app? Any sample about how to do this? thanks in advance.
Asked
Active
Viewed 1,422 times
2
-
Related: https://ethereum.stackexchange.com/questions/945/how-can-non-javascript-applications-communicate-with-ethereum-nodes – eth Nov 17 '17 at 09:31
1 Answers
1
Is there any way for write on the blockchain from vb.net desktop app?
Yes, you should look at the Nethereum project; it supports .Net languages.
Any sample about how to do this?
The documentation contains a section on creating and deploying smart contracts - including videos. There is are also tutorials in the repository.
SteveJaxon
- 2,528
- 1
- 10
- 21
-
I am using Nethereum and .NET CORE although C# - it works really well. – Lismore Dec 19 '17 at 09:29