A simple example of how to deploy and interact with ETH smart contracts using Go on a simulated Blockchain.
- solc
- geth (go-ethereum)
go get github.com/ethereum/go-ethereum
cd $GOPATH/src/github.com/ethereum/go-ethereum/
make
make devtoolsabigen --sol=Contract.sol --pkg=main --out=contract.gogo build . && ./smart-contracts-with-go