Ethereum implementation of the chainlib interface
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
Go to file
lash a71b3d6388
Add changelog detail
1 year ago
chainlib/eth Add fee limit, fee price to Tx object 1 year ago
example Add docstrings 2 years ago
man Add remaining man pages 1 year ago
tests Handle int instead of hex signature values in pack from eth_tester 1 year ago
.gitignore Initial commit; receive all eth code from chainlib package 2 years ago
.gitlab-ci.yml Update .gitlab-ci.yml 2 years ago
CHANGELOG Add changelog detail 1 year ago
LICENSE.txt Initial commit; receive all eth code from chainlib package 2 years ago
MANIFEST.in Add docstrings 2 years ago
Makefile Add remaining man pages 1 year ago
README.md Initial commit; receive all eth code from chainlib package 2 years ago
requirements.txt Bump chainlib dep 1 year ago
run_tests.sh Set default pythonpath 2 years ago
setup.cfg Add fee limit, fee price to Tx object 1 year ago
setup.py Initial commit; receive all eth code from chainlib package 2 years ago
test_requirements.txt Bump chainlib 2 years ago

README.md

chainlib-eth

Ethereum implementation of the chainlib blockchain interface tooling

See https://gitlab.com/chaintool/chainlib for more information