-rw-r--r-- | .gitignore | 7L |
-rw-r--r-- | LICENSE | 661L |
-rw-r--r-- | WAIVER | 17L |
-rw-r--r-- | WAIVER.asc | 29L |
-rw-r--r-- | python/CHANGELOG | 35L |
-rw-r--r-- | python/LICENSE | 661L |
-rw-r--r-- | python/MANIFEST.in | 1L |
-rw-r--r-- | python/WAIVER | 17L |
-rw-r--r-- | python/WAIVER.asc | 29L |
-rw-r--r-- | python/eth_badgetoken/__init__.py | 4L |
-rw-r--r-- | python/eth_badgetoken/data/.chainlib | 0B |
-rw-r--r-- | python/eth_badgetoken/data/BadgeToken.bin | 1L |
-rw-r--r-- | python/eth_badgetoken/data/BadgeToken.json | 1L |
-rw-r--r-- | python/eth_badgetoken/data/BadgeToken.metadata.json | 1L |
-rw-r--r-- | python/eth_badgetoken/runnable/deploy.py | 85L |
-rw-r--r-- | python/eth_badgetoken/runnable/mint.py | 106L |
-rw-r--r-- | python/eth_badgetoken/token.py | 157L |
-rw-r--r-- | python/eth_badgetoken/unittest/__init__.py | 1L |
-rw-r--r-- | python/eth_badgetoken/unittest/base.py | 57L |
-rw-r--r-- | python/eth_badgetoken/unittest/interface.py | 28L |
-rw-r--r-- | python/eth_erc721/__init__.py | 1L |
-rw-r--r-- | python/eth_erc721/erc721.py | 196L |
-rw-r--r-- | python/eth_erc721/runnable/transfer.py | 119L |
-rw-r--r-- | python/eth_erc721/unittest/__init__.py | 1L |
-rw-r--r-- | python/eth_erc721/unittest/base.py | 209L |
-rw-r--r-- | python/eth_erc721/unittest/enum.py | 62L |
-rw-r--r-- | python/requirements.txt | 4L |
-rw-r--r-- | python/run_tests.sh | 15L |
-rw-r--r-- | python/setup.cfg | 53L |
-rw-r--r-- | python/setup.py | 26L |
-rw-r--r-- | python/test_requirements.txt | 2L |
-rw-r--r-- | python/tests/test_app.py | 20L |
-rw-r--r-- | solidity/BadgeToken.sol | 306L |
-rw-r--r-- | solidity/Makefile | 12L |