erc20-vend

Create ERC20 tokens the can be minted by existing ERC20 token balance
Log | Files | Refs

ModeNameSize
-rw-r--r--.gitignore4L
-rw-r--r--python/LICENSE661L
-rw-r--r--python/erc20_vend/__init__.py4L
-rw-r--r--python/erc20_vend/data/.chainlib0B
-rw-r--r--python/erc20_vend/data/Vend.bin1L
-rw-r--r--python/erc20_vend/data/Vend.json1L
-rw-r--r--python/erc20_vend/data/Vend.metadata.json1L
-rw-r--r--python/erc20_vend/data/__init__.py3L
-rw-r--r--python/erc20_vend/unittest/__init__.py2L
-rw-r--r--python/erc20_vend/unittest/base.py61L
-rw-r--r--python/erc20_vend/vend.py169L
-rw-r--r--python/requirements.txt2L
-rw-r--r--python/run_tests.sh14L
-rw-r--r--python/setup.cfg35L
-rw-r--r--python/setup.py26L
-rw-r--r--python/test_requirements.txt4L
-rw-r--r--python/tests/test_base.py129L
-rw-r--r--python/tests/test_events.py154L
-rw-r--r--python/tests/test_interfaces.py24L
-rw-r--r--python/tests/test_supply.py81L
-rw-r--r--solidity/GiftableToken.sol218L
-rw-r--r--solidity/Makefile12L
-rw-r--r--solidity/Vend.sol247L