Skip to content

Commit bfcc9bd

Browse files
authored
Merge pull request #3152 from keep-network/update-installation-docs
Updating installation scripts docs initialize.sh now handles WalletRegistry as well. We need to update docs reflecting this.
2 parents c6c7251 + 63b5e66 commit bfcc9bd

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

docs/development/README.adoc

+6-6
Original file line numberDiff line numberDiff line change
@@ -29,12 +29,12 @@ The `+initialize.sh+` script will:
2929

3030
* mint & approve `T` tokens
3131
* stake `T` tokens
32-
* increase authorization for `RandomBeacon`
33-
* register operator
32+
* increase authorization for `RandomBeacon` and `WalletRegistry` applications
33+
* register operator for `RandomBeacon` and `WalletRegistry` applications
3434

35-
Please refer to the scripts `help` for available command arguments and environment
35+
Please refer to the script's `help` for available command arguments and environment
3636
variables. `./install.sh --help` or `./initialize.sh --help`. Accounts unlocking
37-
and staking can be run outside of these scripts as standalone hardhat tasks.
37+
and initialization can be run outside of these scripts as standalone hardhat tasks.
3838

3939
To deploy and initialize contracts:
4040

@@ -46,8 +46,8 @@ and the authorizer all have the same addresses as the stake owner. Only the
4646
`stake-owner` has to be unique for the default setup. The default stake amount is
4747
`1,000,000 T` tokens. The default authorization amount is the minimum authorization
4848
amount +
49-
Ex. if you need to initialize a network with 3 clients with the default setup,
50-
then run this script 3 times with a different `<address>`.
49+
Ex. if you need to initialize a network with 3 clients using the default setup,
50+
then run this script 3 times with a different `--stake-owner <address>`.
5151

5252

5353
=== Starting a client

scripts/initialize.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ initialize="npx hardhat initialize
121121
# go to ecdsa
122122
cd $KEEP_ECDSA_SOL_PATH
123123

124-
# Initalization for beacon and ecdsa can be executed from ecdsa, because in
124+
# Initialization for beacon and ecdsa can be executed from ecdsa, because in
125125
# the current version of ecdsa's task:initialize handles both applications.
126126
eval ${initialize} ${stake_amount_opt} ${authorization_amount_opt}
127127

0 commit comments

Comments
 (0)