Requires nodejs and npm.
make install-deps: Installs truffle and ganache globally, fetches local dependencies. Also installs abigen from go-ethereum.
make bindings: Creates go bindings in ./build/bindings/go
make test: Runs truffle tests.
make compile: Compile contracts.