Update readme to run testnet node and join as validator (#10)

Part of [Create a public laconicd testnet](https://www.notion.so/Create-a-public-laconicd-testnet-896a11bdd8094eff8f1b49c0be0ca3b8)

Co-authored-by: Adw8 <adwaitgharpure@gmail.com>
Reviewed-on: cerc-io/testnet-laconicd-stack#10
Co-authored-by: Nabarun <nabarun@deepstacksoft.com>
Co-committed-by: Nabarun <nabarun@deepstacksoft.com>
This commit is contained in:
Nabarun 2024-07-23 15:55:48 +00:00 committed by nabarun
parent 774184c810
commit e84827e1fc

View File

@ -212,7 +212,7 @@ laconic-so deployment --dir laconic-console-deployment start
* Check balance for your account: * Check balance for your account:
```bash ```bash
laconic-so deployment --dir testnet-laconicd-deployment exec laconicd "laconicd query bank balances <key-name>" laconic-so deployment --dir testnet-laconicd-deployment exec laconicd "laconicd query bank balances <account-address>"
``` ```
* Create required validator configuration: * Create required validator configuration:
@ -244,12 +244,14 @@ laconic-so deployment --dir laconic-console-deployment start
--from <key-name>' --from <key-name>'
``` ```
* View your staking validator details: * View staking validators:
```bash ```bash
laconic-so deployment --dir testnet-laconicd-deployment exec laconicd "laconicd query staking validator <key-name>" laconic-so deployment --dir testnet-laconicd-deployment exec laconicd "laconicd query staking validators"
``` ```
* Check that in the list of validators `<your-node-moniker>` exists
## Perform operations ## Perform operations
* To perform txs against the chain using registry CLI, set your private key in config in the CLI container: * To perform txs against the chain using registry CLI, set your private key in config in the CLI container: