eth-erc721

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

ModeNameSize
-rw-r--r--.gitignore7L
-rw-r--r--LICENSE661L
-rw-r--r--WAIVER17L
-rw-r--r--WAIVER.asc29L
-rw-r--r--python/CHANGELOG35L
-rw-r--r--python/LICENSE661L
-rw-r--r--python/MANIFEST.in1L
-rw-r--r--python/WAIVER17L
-rw-r--r--python/WAIVER.asc29L
-rw-r--r--python/eth_badgetoken/__init__.py4L
-rw-r--r--python/eth_badgetoken/data/.chainlib0B
-rw-r--r--python/eth_badgetoken/data/BadgeToken.bin1L
-rw-r--r--python/eth_badgetoken/data/BadgeToken.json1L
-rw-r--r--python/eth_badgetoken/data/BadgeToken.metadata.json1L
-rw-r--r--python/eth_badgetoken/runnable/deploy.py85L
-rw-r--r--python/eth_badgetoken/runnable/mint.py106L
-rw-r--r--python/eth_badgetoken/token.py157L
-rw-r--r--python/eth_badgetoken/unittest/__init__.py1L
-rw-r--r--python/eth_badgetoken/unittest/base.py57L
-rw-r--r--python/eth_badgetoken/unittest/interface.py28L
-rw-r--r--python/eth_erc721/__init__.py1L
-rw-r--r--python/eth_erc721/erc721.py196L
-rw-r--r--python/eth_erc721/runnable/transfer.py119L
-rw-r--r--python/eth_erc721/unittest/__init__.py1L
-rw-r--r--python/eth_erc721/unittest/base.py209L
-rw-r--r--python/eth_erc721/unittest/enum.py62L
-rw-r--r--python/requirements.txt4L
-rw-r--r--python/run_tests.sh15L
-rw-r--r--python/setup.cfg53L
-rw-r--r--python/setup.py26L
-rw-r--r--python/test_requirements.txt2L
-rw-r--r--python/tests/test_app.py20L
-rw-r--r--solidity/BadgeToken.sol306L
-rw-r--r--solidity/Makefile12L