Create an API to interact with Ethereum Blockchain using Golang PART 1

In simple terms, interacting with the blockchain means that you will be making RPC calls over HTTP. Any language will be able to do that for you but, ...

Comments