eth-erc20

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

commit 60b90da3a39cf3eebd4a4e092d6361b27bbfe520
parent ea06a984ce3601c8c19aad8969ed3bed2ef69fb7
Author: nolash <dev@holbrook.no>
Date:   Fri, 11 Dec 2020 16:46:07 +0100

Use package data dir as default for abi

Diffstat:
Mpython/CHANGELOG | 3+++
Mpython/setup.cfg | 2+-
2 files changed, 4 insertions(+), 1 deletion(-)

diff --git a/python/CHANGELOG b/python/CHANGELOG @@ -1,3 +1,6 @@ +* 0.0.6 + - Rename contracts-dir flag to abi-dir + - Use package data dir as default abi dir * 0.0.5 - Add token owner flag to deploy script * 0.0.4 diff --git a/python/setup.cfg b/python/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = giftable-erc20-token -version = 0.0.5 +version = 0.0.6 description = Simple ERC20 contract with deployment script that lets any address mint and gift itself tokens. author = Louis Holbrook author_email = dev@holbrook.no