File tree 2 files changed +7
-7
lines changed
2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -29,12 +29,12 @@ The `+initialize.sh+` script will:
29
29
30
30
* mint & approve `T` tokens
31
31
* 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
34
34
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
36
36
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.
38
38
39
39
To deploy and initialize contracts:
40
40
@@ -46,8 +46,8 @@ and the authorizer all have the same addresses as the stake owner. Only the
46
46
`stake-owner` has to be unique for the default setup. The default stake amount is
47
47
`1,000,000 T` tokens. The default authorization amount is the minimum authorization
48
48
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>`.
51
51
52
52
53
53
=== Starting a client
Original file line number Diff line number Diff line change @@ -121,7 +121,7 @@ initialize="npx hardhat initialize
121
121
# go to ecdsa
122
122
cd $KEEP_ECDSA_SOL_PATH
123
123
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
125
125
# the current version of ecdsa's task:initialize handles both applications.
126
126
eval ${initialize} ${stake_amount_opt} ${authorization_amount_opt}
127
127
You can’t perform that action at this time.
0 commit comments