From e84827e1fca593d9af4e6836c8b0a8623780a8a0 Mon Sep 17 00:00:00 2001 From: Nabarun Date: Tue, 23 Jul 2024 15:55:48 +0000 Subject: [PATCH] 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 Reviewed-on: https://git.vdb.to/cerc-io/testnet-laconicd-stack/pulls/10 Co-authored-by: Nabarun Co-committed-by: Nabarun --- stack-orchestrator/stacks/testnet-laconicd/README.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/stack-orchestrator/stacks/testnet-laconicd/README.md b/stack-orchestrator/stacks/testnet-laconicd/README.md index 6ae04a3..5ff8c82 100644 --- a/stack-orchestrator/stacks/testnet-laconicd/README.md +++ b/stack-orchestrator/stacks/testnet-laconicd/README.md @@ -212,7 +212,7 @@ laconic-so deployment --dir laconic-console-deployment start * Check balance for your account: ```bash - laconic-so deployment --dir testnet-laconicd-deployment exec laconicd "laconicd query bank balances " + laconic-so deployment --dir testnet-laconicd-deployment exec laconicd "laconicd query bank balances " ``` * Create required validator configuration: @@ -244,12 +244,14 @@ laconic-so deployment --dir laconic-console-deployment start --from ' ``` -* View your staking validator details: +* View staking validators: ```bash - laconic-so deployment --dir testnet-laconicd-deployment exec laconicd "laconicd query staking validator " + laconic-so deployment --dir testnet-laconicd-deployment exec laconicd "laconicd query staking validators" ``` + * Check that in the list of validators `` exists + ## Perform operations * To perform txs against the chain using registry CLI, set your private key in config in the CLI container: