Skip to content

Staking-cli is a tool for creating validator keys on Davinchi Mainnet

License

Notifications You must be signed in to change notification settings

davinchi-protocol/da-stake

Repository files navigation

Davinchi Staking Deposit Validator

Python version checking

Ensure you are using Python version >= Python3.8:

sudo apt install python3-pip
Step 1. Installation

Install the dependencies:

pip3 install -r requirements.txt
python3 setup.py install

Or use the helper script:

./deposit.sh install

You can also run the tool with optional arguments:

./deposit.sh new-mnemonic --num_validators=<NUM_VALIDATORS> --mnemonic_language=english --chain=<CHAIN_NAME> --folder=<YOUR_FOLDER_PATH>
./deposit.sh existing-mnemonic --num_validators=<NUM_VALIDATORS> --validator_start_index=<START_INDEX> --chain=<CHAIN_NAME> --folder=<YOUR_FOLDER_PATH>

About

Staking-cli is a tool for creating validator keys on Davinchi Mainnet

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages