mirror of
https://gitlab.com/pulsechaincom/staking-deposit-cli.git
synced 2025-01-08 20:11:22 +00:00
.circleci | ||
eth2deposit | ||
tests | ||
.gitignore | ||
flake8.ini | ||
LICENSE | ||
Makefile | ||
mypy.ini | ||
README.md | ||
requirements_test.txt | ||
requirements.txt | ||
setup.py | ||
tox.ini |
eth2.0-deposit-cli
Tutorial for users
Create deposits
make deposit
Development
Run tests
make test
Run linter
make lint