eth-erc20

ERC20 interface and example giftable token contract
Log | Files | Refs | LICENSE

commit 00db79d6f593d8fd4794fce2585d389845aa5c3e
parent 86e3bfbcc1b8a726bb2432a215e60953573e66cc
Author: nolash <dev@holbrook.no>
Date:   Wed, 14 Apr 2021 09:42:16 +0200

Update signer

Diffstat:
Mpython/giftable_erc20_token/runnable/minter.py | 2+-
Mpython/requirements.txt | 4++--
Mpython/setup.cfg | 2+-
3 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/python/giftable_erc20_token/runnable/minter.py b/python/giftable_erc20_token/runnable/minter.py @@ -15,7 +15,7 @@ import argparse import logging import time -# third-party imports +# external imports from chainlib.eth.connection import EthHTTPConnection from crypto_dev_signer.eth.signer import ReferenceSigner as EIP155Signer from crypto_dev_signer.keystore.dict import DictKeystore diff --git a/python/requirements.txt b/python/requirements.txt @@ -1,3 +1,3 @@ confini~=0.3.6rc3 -crypto-dev-signer~=0.4.14b1 -chainlib~=0.0.2a8 +crypto-dev-signer~=0.4.14b2 +chainlib~=0.0.2a12 diff --git a/python/setup.cfg b/python/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = giftable-erc20-token -version = 0.0.8a8 +version = 0.0.8a9 description = Simple ERC20 contract with deployment script that lets any address mint and gift itself tokens. author = Louis Holbrook author_email = dev@holbrook.no