-rw-r--r-- | .gitignore | 4L |
-rw-r--r-- | python/LICENSE | 661L |
-rw-r--r-- | python/erc20_vend/__init__.py | 4L |
-rw-r--r-- | python/erc20_vend/data/.chainlib | 0B |
-rw-r--r-- | python/erc20_vend/data/Vend.bin | 1L |
-rw-r--r-- | python/erc20_vend/data/Vend.json | 1L |
-rw-r--r-- | python/erc20_vend/data/Vend.metadata.json | 1L |
-rw-r--r-- | python/erc20_vend/data/__init__.py | 3L |
-rw-r--r-- | python/erc20_vend/unittest/__init__.py | 2L |
-rw-r--r-- | python/erc20_vend/unittest/base.py | 61L |
-rw-r--r-- | python/erc20_vend/vend.py | 169L |
-rw-r--r-- | python/requirements.txt | 2L |
-rw-r--r-- | python/run_tests.sh | 14L |
-rw-r--r-- | python/setup.cfg | 35L |
-rw-r--r-- | python/setup.py | 26L |
-rw-r--r-- | python/test_requirements.txt | 4L |
-rw-r--r-- | python/tests/test_base.py | 129L |
-rw-r--r-- | python/tests/test_events.py | 154L |
-rw-r--r-- | python/tests/test_interfaces.py | 24L |
-rw-r--r-- | python/tests/test_supply.py | 81L |
-rw-r--r-- | solidity/GiftableToken.sol | 218L |
-rw-r--r-- | solidity/Makefile | 12L |
-rw-r--r-- | solidity/Vend.sol | 247L |