From a03fb0b310668e364c251a697ba64769ff6c6ef5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Aleixo=20S=C3=A1nchez?= <15819210+alxs@users.noreply.github.com> Date: Thu, 18 Nov 2021 01:58:09 +0100 Subject: [PATCH] Update README.md (#26) --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 09bee4ec..9ad1fb2e 100644 --- a/README.md +++ b/README.md @@ -142,10 +142,17 @@ Set `SOLC_BIN` to the downloaded binary export SOLC_BIN=solc ``` +Install `abigen` +``` +git clone https://github.com/ethereum/go-ethereum.git && cd go-ethereum/cmd/abigen +go install +``` + Generate the bindings ``` ./scripts/generate-bindings.sh ``` +Note: you may need to add `$GOPATH` and `$GOPATH/bin` to your path. ##### Testing To setup the test environment and run all unit tests, execute: