mirror of
https://gitlab.com/pulsechaincom/staking-deposit-cli.git
synced 2024-12-22 03:30:36 +00:00
Update internal links
This commit is contained in:
parent
daa6a70a1c
commit
bb6e3cd5fa
2
Makefile
2
Makefile
@ -1,7 +1,7 @@
|
||||
VENV_NAME?=venv
|
||||
VENV_ACTIVATE=. $(VENV_NAME)/bin/activate
|
||||
PYTHON=${VENV_NAME}/bin/python3.8
|
||||
DOCKER_IMAGE="ethereum/eth2.0-deposit-cli:latest"
|
||||
DOCKER_IMAGE="ethereum/staking-deposit-cli:latest"
|
||||
|
||||
help:
|
||||
@echo "clean - remove build and Python file artifacts"
|
||||
|
12
README.md
12
README.md
@ -1,4 +1,4 @@
|
||||
# eth2.0-deposit-cli
|
||||
# staking-deposit-cli
|
||||
|
||||
<!-- START doctoc generated TOC please keep comment here to allow auto update -->
|
||||
<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->
|
||||
@ -92,7 +92,7 @@ On Unix-based systems, keystores and the `deposit_data*.json` have `440`/`-r--r-
|
||||
|
||||
##### Step 1. Installation
|
||||
|
||||
See [releases page](https://github.com/ethereum/eth2.0-deposit-cli/releases) to download and decompress the corresponding binary files.
|
||||
See [releases page](https://github.com/ethereum/staking-deposit-cli/releases) to download and decompress the corresponding binary files.
|
||||
|
||||
##### Step 2. Create keys and `deposit_data-*.json`
|
||||
|
||||
@ -307,19 +307,19 @@ make build_docker
|
||||
Run the following command to enter the interactive CLI:
|
||||
|
||||
```sh
|
||||
docker run -it --rm -v $(pwd)/validator_keys:/app/validator_keys ethereum/eth2.0-deposit-cli
|
||||
docker run -it --rm -v $(pwd)/validator_keys:/app/validator_keys ethereum/staking-deposit-cli
|
||||
```
|
||||
|
||||
You can also run the tool with optional arguments:
|
||||
|
||||
```sh
|
||||
docker run -it --rm -v $(pwd)/validator_keys:/app/validator_keys ethereum/eth2.0-deposit-cli new-mnemonic --num_validators=<NUM_VALIDATORS> --mnemonic_language=english --folder=<YOUR_FOLDER_PATH>
|
||||
docker run -it --rm -v $(pwd)/validator_keys:/app/validator_keys ethereum/staking-deposit-cli new-mnemonic --num_validators=<NUM_VALIDATORS> --mnemonic_language=english --folder=<YOUR_FOLDER_PATH>
|
||||
```
|
||||
|
||||
Example for 1 validator on the [Prater testnet](https://prater.launchpad.ethereum.org/) using english:
|
||||
|
||||
```sh
|
||||
docker run -it --rm -v $(pwd)/validator_keys:/app/validator_keys ethereum/eth2.0-deposit-cli new-mnemonic --num_validators=1 --mnemonic_language=english --chain=prater
|
||||
docker run -it --rm -v $(pwd)/validator_keys:/app/validator_keys ethereum/staking-deposit-cli new-mnemonic --num_validators=1 --mnemonic_language=english --chain=prater
|
||||
```
|
||||
|
||||
###### Arguments
|
||||
@ -336,7 +336,7 @@ See [here](#successful-message)
|
||||
|
||||
##### Step 1. Installation
|
||||
|
||||
See [releases page](https://github.com/ethereum/eth2.0-deposit-cli/releases) to download and decompress the corresponding binary files.
|
||||
See [releases page](https://github.com/ethereum/staking-deposit-cli/releases) to download and decompress the corresponding binary files.
|
||||
|
||||
##### Step 2. Create keys and `deposit_data-*.json`
|
||||
|
||||
|
@ -23,7 +23,7 @@ elif [[ "$OSTYPE" == "msys" ]] || [[ "$OSTYPE" == "cygwin" ]]; then
|
||||
python ./staking_deposit/deposit.py "$@"
|
||||
|
||||
else
|
||||
echo "Sorry, to run deposit-cli on" $(uname -s)", please see the trouble-shooting on https://github.com/ethereum/eth2.0-deposit-cli"
|
||||
echo "Sorry, to run deposit-cli on" $(uname -s)", please see the trouble-shooting on https://github.com/ethereum/staking-deposit-cli"
|
||||
exit 1
|
||||
|
||||
fi
|
||||
|
Loading…
Reference in New Issue
Block a user