eth-erc721

ERC-721 'NFT' token interface with example developer badge token contract
Info | Log | Files | Refs | LICENSE

.gitignore (94B)


      1 __pycache__
      2 *.pyc
      3 python/build/
      4 python/dist/
      5 python/*.egg-info
      6 solidity/*.json
      7 solidity/*.bin