-rw-r--r-- | .gitignore | 7L |
-rw-r--r-- | python/CHANGELOG | 0B |
-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 | 11L |
-rw-r--r-- | python/eth_erc712/__init__.py | 1L |
-rw-r--r-- | python/eth_erc712/base.py | 139L |
-rw-r--r-- | python/eth_erc712/data/ERC712Example.bin | 1L |
-rw-r--r-- | python/eth_erc712/data/ERC712Example.json | 1L |
-rw-r--r-- | python/eth_erc712/data/ERC712Example.metadata.json | 1L |
-rw-r--r-- | python/eth_erc712/unittest/__init__.py | 1L |
-rw-r--r-- | python/eth_erc712/unittest/base.py | 50L |
-rw-r--r-- | python/requirements.txt | 3L |
-rwxr-xr-x | python/run_tests.sh | 15L |
-rw-r--r-- | python/setup.cfg | 38L |
-rw-r--r-- | python/setup.py | 25L |
-rw-r--r-- | python/test_requirements.txt | 5L |
-rw-r--r-- | python/tests/test_basic.py | 222L |
-rw-r--r-- | solidity/ERC712Example.sol | 114L |
-rw-r--r-- | solidity/Makefile | 12L |