eth-erc721

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

CHANGELOG (834B)


      1 - 0.3.0
      2 	* Upgrade dependencies
      3 - 0.2.1
      4 	* Update minter interface
      5 - 0.2.0
      6 	* Implement Chrono / time interface
      7 - 0.1.6
      8 	* Update python package classifiers
      9 	* Upgrade to beta
     10 - 0.1.5
     11 	* Fix non-trivial issues for BadgeToken reported by slither (0.9.3)
     12 - 0.1.4
     13 	* Upgrade deps
     14 - 0.1.3
     15 	* Correct interface signatures in contract (ERC165)
     16 - 0.1.2
     17 	* Add Badge Token contract metadata
     18 - 0.1.1
     19 	* Fix block height test in mint unittest
     20 - 0.1.0
     21 	* Move interface tests and test token publish to unittest module
     22 - 0.0.6
     23 	* Implement chainlib-gen for eth badgetoken'
     24 - 0.0.5
     25 	* Add transfer cli tool
     26 - 0.0.4
     27 	* Change license to AGPL3 and copyright waived to public domain
     28 - 0.0.3
     29 	* Upgrade dependencies
     30 - 0.0.2
     31 	* Move to chainlib-eth
     32 - 0.0.1
     33 	* Add erc721 interface
     34 	* Add BadgeToken contract
     35 	* Add Minter functions to python interface