Update testnet validator creation instructions to use onboarding app #18

Merged
nabarun merged 3 commits from pm-update-validator-instructions into main 2024-08-09 09:44:06 +00:00
2 changed files with 70 additions and 39 deletions

View File

@ -10,3 +10,6 @@ Stacks to run a node for laconic testnet
Follow steps in [testnet-onboarding-demo.md](./testnet-onboarding-demo.md) to run demo for onboarding testnet participants in laconicd chain Follow steps in [testnet-onboarding-demo.md](./testnet-onboarding-demo.md) to run demo for onboarding testnet participants in laconicd chain
## Join LORO testnet
Follow steps in [testnet-onboarding-validator.md](./testnet-onboarding-validator.md) to onboard your participant and join as a validator on the LORO testnet

View File

@ -29,7 +29,7 @@
* Send transaction request to the wallet * Send transaction request to the wallet
* From wallet, approve and send transaction to laconicd chain * From wallet, approve and send transaction to stage0 laconicd chain
## Join as a validator on stage1 ## Join as a validator on stage1
@ -123,7 +123,7 @@
# Use the provided node id # Use the provided node id
CERC_PEERS="" CERC_PEERS=""
# A custom human readable name for this node (default: TestnetNode) # A custom human readable name for this node
CERC_MONIKER= CERC_MONIKER=
``` ```
@ -163,6 +163,30 @@ laconic-so deployment --dir testnet-laconicd-deployment start
### Join as testnet validator ### Join as testnet validator
* Create a validator from the onboarding app:
* Visit the [validator creation](https://loro-signup.laconic.com/validator) page
* Select the Laconic account (same as the one used while onboarding) using which you wish to send the create validator request
* This should display the details of your onboarded participant
* You can proceed if the participant has `validator` role
* Enter your node's moniker (use the same one used while [configuring](#configuration) the `testnet-laconicd-deployment`)
* Fetch and enter your validator's pubkey:
```bash
laconic-so deployment --dir testnet-laconicd-deployment exec laconicd "laconicd cometbft show-validator" | jq -r .key
```
* Send the transaction request to wallet
* From wallet, approve and send transaction to stage1 laconicd chain
* Alternatively, create a validator using the laconicd CLI:
* Import a key pair: * Import a key pair:
```bash ```bash
@ -243,3 +267,7 @@ laconic-so deployment --dir testnet-laconicd-deployment start
# Remove deployment directory (deployment will have to be recreated for a re-run) # Remove deployment directory (deployment will have to be recreated for a re-run)
rm -r testnet-laconicd-deployment rm -r testnet-laconicd-deployment
``` ```
## Troubleshooting
* If you face any issues in the onboarding app or the web-wallet, clear your browser cache and reload