Integrating Unity and an Ethereum Node Using Nethereum
Intro to Nethereum
Nethereum is a library that facilitates the use of JSON RPC offered in an Ethereum Client, such as Geth or Parity, in C#. This can also be considered a C# version of the Web3 library, offered…