# Packages
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# README
Generating Go bindings for contracts
The contracts
folder contains Go bindings for the Livepeer protocol smart contracts generated using the
abigen tool.
If the smart contracts are updated you can generate new Go bindings by doing the following:
cd $GOPATH/src/github.com/livepeer/go-livepeer/eth
git clone https://github.com/livepeer/protocol.git
cd $GOPATH/src/github.com/livepeer/go-livepeer/eth/protocol
yarn
yarn compile
cd $GOPATH/src/github.com/livepeer/go-livepeer/eth
go generate client.go