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 devtools
abigen --sol=Contract.sol --pkg=main --out=contract.go
go build . && ./smart-contracts-with-go