Go to file
2020-05-11 20:05:12 +08:00
.circleci Create tox.ini and add CircleCI jobs 2020-05-11 20:05:12 +08:00
cli Add test_cli (#14) (#15) 2020-05-09 04:11:02 +08:00
eth2deposit Add test_cli (#14) (#15) 2020-05-09 04:11:02 +08:00
tests Add test_cli (#14) (#15) 2020-05-09 04:11:02 +08:00
.gitignore Rest of the fucking owl. Implements interface + signing of deposits + SSZ 2020-02-28 12:02:29 +00:00
flake8.ini Fix typing error 2020-05-07 15:13:09 +08:00
LICENSE Adds CC0 Licence 2020-02-26 16:53:57 +00:00
Makefile Package reorg (#10) 2020-05-08 21:34:09 +08:00
mypy.ini Fix typing error 2020-05-07 15:13:09 +08:00
README.md Package reorg (#10) 2020-05-08 21:34:09 +08:00
requirements_test.txt Update mypy package hashes 2020-05-07 12:38:41 +08:00
requirements.txt Fix typing error 2020-05-07 15:13:09 +08:00
setup.py Package reorg (#10) 2020-05-08 21:34:09 +08:00
tox.ini Create tox.ini and add CircleCI jobs 2020-05-11 20:05:12 +08:00

eth2.0-deposit-cli

Tutorial for users

Create deposits

make deposit

Development

Run tests

make test

Run linter

make lint