Ethereum implementation of the chainlib interface
Go to file
Louis Holbrook 2011ce8bb8 Merge branch 'lash/normalize-verify-sig' into 'master'
refactor: Normalize signature verification

See merge request chaintool/chainlib-eth!9
2021-10-18 10:07:03 +00:00
chainlib/eth refactor: Normalize signature verification 2021-10-18 10:07:03 +00:00
example Add docstrings 2021-08-21 07:27:40 +00:00
tests Temporarily reinstate tests/base.py file 2021-09-13 16:38:11 +02:00
.gitignore Initial commit; receive all eth code from chainlib package 2021-06-28 07:48:36 +02:00
.gitlab-ci.yml Update .gitlab-ci.yml 2021-09-13 15:10:32 +00:00
CHANGELOG Add docstrings 2021-08-21 07:27:40 +00:00
LICENSE.txt Initial commit; receive all eth code from chainlib package 2021-06-28 07:48:36 +02:00
MANIFEST.in Add docstrings 2021-08-21 07:27:40 +00:00
README.md Initial commit; receive all eth code from chainlib package 2021-06-28 07:48:36 +02:00
requirements.txt refactor: Normalize signature verification 2021-10-18 10:07:03 +00:00
run_tests.sh Set default pythonpath 2021-09-13 16:42:00 +02:00
setup.cfg refactor: Normalize signature verification 2021-10-18 10:07:03 +00:00
setup.py Initial commit; receive all eth code from chainlib package 2021-06-28 07:48:36 +02:00
test_requirements.txt Initial commit; receive all eth code from chainlib package 2021-06-28 07:48:36 +02:00

README.md

chainlib-eth

Ethereum implementation of the chainlib blockchain interface tooling

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