mirror of
https://gitlab.com/pulsechaincom/staking-deposit-cli.git
synced 2024-12-22 19:50:34 +00:00
.circleci | ||
eth2deposit | ||
tests | ||
.gitignore | ||
deposit.sh | ||
flake8.ini | ||
LICENSE | ||
Makefile | ||
mypy.ini | ||
README.md | ||
requirements_test.txt | ||
requirements.txt | ||
setup.py | ||
test_deposit_script.py | ||
tox.ini |
eth2.0-deposit-cli
Tutorial for users
Create deposits
./deposit.sh --num_validators=<NUM_VALIDATORS> --mnemonic_language=english --password=<YOUR_PASSWORD> --folder=<YOUR_FOLDER_PATH>
Development
Install basic requirements
python3 -m pip install -r requirements.txt
python3 setup.py install
Install testing requirements
python3 -m pip install -r requirements_test.txt
Run tests
python3 -m pytest .