package
0.3.0
Repository: https://github.com/jumpcrypto/crosschain.git
Documentation: pkg.go.dev

# README

ERC-20

Tutorial: https://goethereumbook.org/en/smart-contract-read-erc20

Notes:

  • Installed solcjs but couldn't really compile the example -- downloaded the abi directly
  • Important: build abigen with the same version of go-ethereum as multichain is using
  • Run abigen --abi=erc20_sol_ERC20.abi --pkg=erc20 --out=erc20.go