From 2b4d3c8c1c048a1b94dbb599a5b34233be37667d Mon Sep 17 00:00:00 2001 From: IshaVenikar Date: Tue, 27 May 2025 14:08:22 +0530 Subject: [PATCH] Add example recipient address --- docs/demo.md | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/docs/demo.md b/docs/demo.md index b4c60c9..cfcadd3 100644 --- a/docs/demo.md +++ b/docs/demo.md @@ -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 " + ```bash + laconic-so deployment --dir $DATA_DIRECTORY/$MAINNET_DEPLOYMENT_DIR exec laconicd "laconicd query bank balances laconic1n4wa366kh0zxndwyq3kkse9ulz9jv9xukx3hy4" ``` ## Cleanup