package
0.8.8
Repository: https://github.com/livepeer/go-livepeer.git
Documentation: pkg.go.dev

# 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