package
0.0.0-20240925005403-6c424d2dd70d
Repository: https://github.com/traitmeta/metago.git
Documentation: pkg.go.dev

# Packages

No description provided by the author
No description provided by the author
No description provided by the author

# README

ABI to Go

  1. install abigen go install github.com/ethereum/go-ethereum/cmd/abigen@latest

compile example

solc --abi erc20.sol -o ./

generate go code example

abigen --abi=ERC20.abi --pkg=token --out=erc20.go