eth-erc20

ERC20 interface and example giftable token contract
Info | Log | Files | Refs | LICENSE

.gitignore (95B)


      1 __pycache__
      2 *.pyc
      3 dist/
      4 build/
      5 gmon.out
      6 *.egg-info
      7 .venv/
      8 .idea
      9 solidity/*.json
     10 solidity/*.bin