mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-20 10:52:25 +00:00
go install: abigen
This commit is contained in:
parent
15e83a31f5
commit
eb93fd065b
1 changed files with 1 additions and 2 deletions
|
|
@ -22,8 +22,7 @@ Ethereum smart contracts have a schema that defines its functions and return typ
|
||||||
Geth includes a source code generator called `abigen` that can convert Ethereum ABI definitions into easy to use, type-safe Go packages. With a valid Go development environment set up and the go-ethereum repository checked out correctly, `abigen` can be built as follows:
|
Geth includes a source code generator called `abigen` that can convert Ethereum ABI definitions into easy to use, type-safe Go packages. With a valid Go development environment set up and the go-ethereum repository checked out correctly, `abigen` can be built as follows:
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
$ cd $GOPATH/src/github.com/ethereum/go-ethereum
|
go install github.com/ethereum/go-ethereum/cmd/abigen@latest
|
||||||
$ go build ./cmd/abigen
|
|
||||||
```
|
```
|
||||||
|
|
||||||
### Generating the bindings {#generating-bindings}
|
### Generating the bindings {#generating-bindings}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue