chore: update docs for the token distributon

This commit is contained in:
Sai Kumar 2022-04-06 07:47:02 +05:30
parent a4fc953e1a
commit 4b0940deeb
2 changed files with 4 additions and 4 deletions

View File

@ -118,13 +118,13 @@ recover accounts at a later point in time.
## 7) Add Genesis Account ## 7) Add Genesis Account
``` ```
chibaclonkd add-genesis-account <key-name> 150000000000000000000000000achk --keyring-backend os chibaclonkd add-genesis-account <key-name> 21000000000000000000000 --keyring-backend os
``` ```
## 8) Create Your `gentx` ## 8) Create Your `gentx`
``` ```
chibaclonkd gentx <key-name> 150000000000000000000000000achk \ chibaclonkd gentx <key-name> 21000000000000000000000 000achk \
--pubkey=$(chibaclonkd tendermint show-validator) \ --pubkey=$(chibaclonkd tendermint show-validator) \
--chain-id="chibaclonk_81337-1" \ --chain-id="chibaclonk_81337-1" \
--moniker="YOUR_MONIKER_NAME" \ --moniker="YOUR_MONIKER_NAME" \

View File

@ -33,11 +33,11 @@ recover accounts at a later point in time.
`Note:` Only execute below transaction after complete sync of your full node `Note:` Only execute below transaction after complete sync of your full node
Please replace `key_name` with your key name and `moniker` also Please replace `key_name` with your key name, amount with staking amount, validator description and `moniker` also
``` ```
chibaclonkd tx staking create-validator \ chibaclonkd tx staking create-validator \
--amount=150000000000000000000000000achk \ --amount="AMOUNT" \
--pubkey=$(chibaclonkd tendermint show-validator) \ --pubkey=$(chibaclonkd tendermint show-validator) \
--moniker="my-moniker" \ --moniker="my-moniker" \
--website="https://myweb.site" \ --website="https://myweb.site" \