Configure the laconicd network as laconicd-local

This commit is contained in:
Prathamesh Musale 2024-07-31 12:13:34 +05:30
parent 2ea69efd49
commit 1cac43fc2c

View File

@ -693,13 +693,12 @@
## Demo ## Demo
- In laconic-wallet, click on `Create wallet` and add laconicd chain using `Add network` button: - In laconic-wallet, click on `Create wallet` and add `laconicd-local` chain using `Add network` button:
<!-- TODO: update existing config -->
```bash ```bash
Network type - `COSMOS` Network type - `COSMOS`
Chain ID - `laconic_9000-1` Chain ID - `laconic_9000-1`
Network name - `laconicd` Network name - `laconicd-local`
New RPC URL - `http://127.0.0.1:26657` New RPC URL - `http://127.0.0.1:26657`
Coin Type - `118` Coin Type - `118`
Native Denom - `alnt` Native Denom - `alnt`
@ -750,7 +749,7 @@
export BRIDGE_ADDRESS=$(laconic-so deployment --dir bridge-deployment exec nitro-bridge "jq -r '.\"42069\"[0].contracts.Bridge.address' /app/deployment/nitro-addresses.json") export BRIDGE_ADDRESS=$(laconic-so deployment --dir bridge-deployment exec nitro-bridge "jq -r '.\"42069\"[0].contracts.Bridge.address' /app/deployment/nitro-addresses.json")
``` ```
- In the wallet, add 2 accounts (Alice and Charlie) for both the networks (ethereum and laconicd) by selecting the network and clicking on `Add account` - In the wallet, add 2 accounts (Alice and Charlie) for both the networks (ethereum and laconicd-local) by selecting the network and clicking on `Add account`
- Get Ethereum private keys for accounts Alice and Charlie from wallet using the `Show private key` link (to be used as statechannel PKs) - Get Ethereum private keys for accounts Alice and Charlie from wallet using the `Show private key` link (to be used as statechannel PKs)
@ -984,7 +983,7 @@
- Onboard participants - Onboard participants
- Open the `testnet-onboarding-app` at <http://localhost:3000> - Open the `testnet-onboarding-app` at <http://localhost:3000>
- Read and accept the `Terms and Conditions` - Read and accept the `Terms and Conditions`
- Connect to the testnet-onboarding app to wallet: - Connect testnet-onboarding app to the wallet:
- Click on `CONNECT WALLET` button on the testnet-onboarding app - Click on `CONNECT WALLET` button on the testnet-onboarding app
- Click on the WalletConnect icon on the top right corner in the wallet - Click on the WalletConnect icon on the top right corner in the wallet
- If using the wallet Android app, scan the QR code from the onboarding app - If using the wallet Android app, scan the QR code from the onboarding app