mirror of
https://gitlab.com/pulsechaincom/staking-deposit-cli.git
synced 2024-12-23 03:51:39 +00:00
.circleci | ||
cli | ||
eth2deposit | ||
tests | ||
.gitignore | ||
flake8.ini | ||
LICENSE | ||
Makefile | ||
mypy.ini | ||
README.md | ||
requirements_test.txt | ||
requirements.txt | ||
setup.py |
eth2.0-deposit-cli
Tutorial for users
Create deposits
make deposit
Development
Run tests
make test
Run linter
make lint