mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-03-27 13:22:56 +00:00
Update native-bindings.md
This commit is contained in:
parent
2388d1a476
commit
3246b8d44f
1 changed files with 1 additions and 1 deletions
|
|
@ -352,7 +352,7 @@ $ abigen --combined-json combined.json --pkg main --type token --out token.go
|
|||
|
||||
Even you can combine these two steps together as a pipeline
|
||||
```
|
||||
solc token.sol --combined-json abi,bin | abigen --pkg contract --out contract.go --combined-json -
|
||||
solc token.sol --combined-json abi,bin | abigen --pkg main --type token --out token.go --combined-json -
|
||||
```
|
||||
|
||||
### Project integration (i.e. `go generate`)
|
||||
|
|
|
|||
Loading…
Reference in a new issue