erc20-vend

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

__init__.py (66B)


      1 import os
      2 
      3 data_dir = os.path.realpath(os.path.dirname(__file__))