chainlib

Generic blockchain access library and tooling
Log | Files | Refs | README | LICENSE

commit 1214434f4b747ecf5d22b0b35bb2cef3c6841ac9
parent 585920f186e8b6bbb17b5192ace7612e196176b7
Author: nolash <dev@holbrook.no>
Date:   Tue,  9 Feb 2021 09:47:32 +0100

Add executable to package

Diffstat:
Msetup.cfg | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/setup.cfg b/setup.cfg @@ -34,3 +34,4 @@ packages = console_scripts = eth-balance = cic_tools.eth.runnable.balance:main eth-checksum = cic_tools.eth.runnable.checksum:main + eth-gas = cic_tools.eth.runnable.gas:main