|
|
|
@ -422,11 +422,11 @@
|
|
|
|
|
laconic-so deployment --dir $DATA_DIRECTORY/$MULTISIG_DEPLOYMENT_DIR logs -f
|
|
|
|
|
```
|
|
|
|
|
|
|
|
|
|
- The app will be running on <http://localhost:3000/laconic>
|
|
|
|
|
- The app will be running on <http://localhost:7000/laconic>
|
|
|
|
|
|
|
|
|
|
### Create a multisig with both the validator accounts
|
|
|
|
|
|
|
|
|
|
- On opening the app, a prompt will be shown to add laconic network to you keplr wallet. Click on `Approve`
|
|
|
|
|
- On opening the app, a prompt will be shown to add laconic network to you Keplr wallet. Click on `Approve`
|
|
|
|
|
|
|
|
|
|
- Go to home and click on `I don't have a multisig`
|
|
|
|
|
|
|
|
|
@ -436,17 +436,11 @@
|
|
|
|
|
|
|
|
|
|
- Click on `Submit` and `Create multisig`
|
|
|
|
|
|
|
|
|
|
- Copy your multisig address and send some funds to the address
|
|
|
|
|
|
|
|
|
|
```
|
|
|
|
|
laconic-so deployment --dir $DATA_DIRECTORY/$MAINNET_DEPLOYMENT_DIR exec laconicd "laconicd tx bank send validator-2 <multisig_address> 1000000alnt --fees 2000alnt --keyring-backend test"
|
|
|
|
|
```
|
|
|
|
|
|
|
|
|
|
### Create and sign transaction
|
|
|
|
|
|
|
|
|
|
- Add accounts in keplr wallet for signing the transaction
|
|
|
|
|
- Add accounts in Keplr wallet for signing the transaction
|
|
|
|
|
|
|
|
|
|
- Open keplr wallet and click on the user icon in the top right corner
|
|
|
|
|
- Open Keplr wallet and click on the user icon in the top right corner
|
|
|
|
|
|
|
|
|
|
- Click on `Add wallet`, then select `Import an existing wallet` and go to `Use recovery phrase or private key`
|
|
|
|
|
|
|
|
|
@ -458,6 +452,12 @@
|
|
|
|
|
|
|
|
|
|
- Follow the above steps for the second validator account
|
|
|
|
|
|
|
|
|
|
- Send fund to the generated multisig address using Keplr
|
|
|
|
|
|
|
|
|
|
- Open Keplr wallet and select the account from which you wish to transfer the funds to the multisig address
|
|
|
|
|
|
|
|
|
|
- Search and `laconic` and select the network. Select `Send` and paste the multisig address and set amount to `0.000000000001` (1000000alnt)
|
|
|
|
|
|
|
|
|
|
- Go to `home`, paste your multisig address and click on `Use this multisig`
|
|
|
|
|
|
|
|
|
|
- You will see the multisig members and holdings for the address
|
|
|
|
@ -470,17 +470,17 @@
|
|
|
|
|
|
|
|
|
|
- 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
|
|
|
|
|
- Click on `Verify identity` and connect the app to your validator account in the Keplr wallet
|
|
|
|
|
|
|
|
|
|
- After approving the connection, you will see the list of transactions created by your multisig
|
|
|
|
|
|
|
|
|
|
- Click on your transaction and under `Choose wallet to sign`, click on connect keplr
|
|
|
|
|
- Click on your transaction and under `Choose wallet to sign`, click on connect Keplr
|
|
|
|
|
|
|
|
|
|
- After connecting the wallet, click on `Sign transaction` and approve the transaction
|
|
|
|
|
|
|
|
|
|
- Go back to multisig info page, switch to the second validator account in keplr wallet and repeat the same process to sign the transaction with the second validator account
|
|
|
|
|
- Go back to multisig info page, switch to the second validator account in Keplr wallet and repeat the same process to sign the transaction with the second validator account
|
|
|
|
|
|
|
|
|
|
- Once the transaction is signed by both the validators, click on `Broadcast Transaction`.
|
|
|
|
|
- Once the transaction is signed by both the validators, click on `Broadcast Transaction`
|
|
|
|
|
|
|
|
|
|
- Confirm funds transfer by checking balance of recipient address
|
|
|
|
|
|
|
|
|
|