Skip to content

Latest commit

 

History

History
7 lines (6 loc) · 204 Bytes

README.md

File metadata and controls

7 lines (6 loc) · 204 Bytes

go-dapp

abigen编译合约

abigen --sol contracts/erc20.sol --pkg erc20 --out artificial/erc20/erc20.go
abigen --sol contracts/erc721.sol --pkg erc721 --out artificial/erc721/erc721.go