mirror of
https://gitlab.com/pulsechaincom/staking-deposit-cli.git
synced 2025-01-10 21:11:21 +00:00
Merge pull request #266 from lightclient/patch-1
Replace backslashes with forwardslashes
This commit is contained in:
commit
371f660031
10
README.md
10
README.md
@ -456,7 +456,7 @@ For the [virtualenv](https://virtualenv.pypa.io/en/latest/) users, you can creat
|
|||||||
```cmd
|
```cmd
|
||||||
pip3 install virtualenv
|
pip3 install virtualenv
|
||||||
virtualenv venv
|
virtualenv venv
|
||||||
.\venv\Scripts\activate
|
./venv/Scripts/activate
|
||||||
```
|
```
|
||||||
|
|
||||||
and install the dependencies:
|
and install the dependencies:
|
||||||
@ -471,23 +471,23 @@ pip3 install -r requirements.txt
|
|||||||
Run one of the following command to enter the interactive CLI:
|
Run one of the following command to enter the interactive CLI:
|
||||||
|
|
||||||
```cmd
|
```cmd
|
||||||
python .\staking_deposit\deposit.py new-mnemonic
|
python ./staking_deposit/deposit.py new-mnemonic
|
||||||
```
|
```
|
||||||
|
|
||||||
or
|
or
|
||||||
|
|
||||||
```cmd
|
```cmd
|
||||||
python .\staking_deposit\deposit.py existing-mnemonic
|
python ./staking_deposit/deposit.py existing-mnemonic
|
||||||
```
|
```
|
||||||
|
|
||||||
You can also run the tool with optional arguments:
|
You can also run the tool with optional arguments:
|
||||||
|
|
||||||
```cmd
|
```cmd
|
||||||
python .\staking_deposit\deposit.py new-mnemonic --num_validators=<NUM_VALIDATORS> --mnemonic_language=english --chain=<CHAIN_NAME> --folder=<YOUR_FOLDER_PATH>
|
python ./staking_deposit/deposit.py new-mnemonic --num_validators=<NUM_VALIDATORS> --mnemonic_language=english --chain=<CHAIN_NAME> --folder=<YOUR_FOLDER_PATH>
|
||||||
```
|
```
|
||||||
|
|
||||||
```cmd
|
```cmd
|
||||||
python .\staking_deposit\deposit.pyexisting-mnemonic --num_validators=<NUM_VALIDATORS> --validator_start_index=<START_INDEX> --chain=<CHAIN_NAME> --folder=<YOUR_FOLDER_PATH>
|
python ./staking_deposit/deposit.pyexisting-mnemonic --num_validators=<NUM_VALIDATORS> --validator_start_index=<START_INDEX> --chain=<CHAIN_NAME> --folder=<YOUR_FOLDER_PATH>
|
||||||
```
|
```
|
||||||
|
|
||||||
###### Language Argument
|
###### Language Argument
|
||||||
|
Loading…
Reference in New Issue
Block a user