created a simple REST API to interact with the Ethereum blockchain using Golang.
Install Ganache where ethereum server runs. https://trufflesuite.com/ganache/?ref=hackernoon.com
To run app: clone the application and then cd /Ethereum-Go-API
Then run: go mod tidy - for installing the necessary dependancies.
Finally run: go run main.go