Add example recipient address

This commit is contained in:
IshaVenikar 2025-05-27 14:08:22 +05:30
parent 02da5f309d
commit 2b4d3c8c1c

View File

@ -453,16 +453,6 @@
### Create and sign transaction
- Go to `home`, paste your multisig address and click on `Use this multisig`
- You will see the multisig members and holdings for the address
- Click on `Create new transaction` and then click on `Bank Send` under `Add New Msg`
- Enter the Recipient Address, amount to be transfered and memo (optional)
- Click on create transaction
- Add accounts in keplr wallet for signing the transaction
- Open keplr wallet and click on the user icon in the top right corner
@ -477,6 +467,16 @@
- Follow the above steps for the second validator account
- Go to `home`, paste your multisig address and click on `Use this multisig`
- You will see the multisig members and holdings for the address
- Click on `Create new transaction` and then click on `Bank Send` under `Add New Msg`
- Enter the recipient address ( Eg: `laconic1n4wa366kh0zxndwyq3kkse9ulz9jv9xukx3hy4`), amount to be transfered and memo (optional)
- Click on create transaction
- Go back to the multisig info page and scroll down to the `Transactions` section
- Click on `Verify identity` and connect the app to your validator account in the keplr wallet
@ -493,8 +493,8 @@
- Confirm funds transfer by checking balance of recipient address
```
laconic-so deployment --dir $DATA_DIRECTORY/$MAINNET_DEPLOYMENT_DIR exec laconicd "laconicd query bank balances <recipient_address>"
```bash
laconic-so deployment --dir $DATA_DIRECTORY/$MAINNET_DEPLOYMENT_DIR exec laconicd "laconicd query bank balances laconic1n4wa366kh0zxndwyq3kkse9ulz9jv9xukx3hy4"
```
## Cleanup