Add ops instructions to setup snowball frontend and backend #32

Merged
nabarun merged 21 commits from deep-stack/testnet-laconicd-stack:ag-snowball-docs into main 2024-10-30 10:16:29 +00:00
Showing only changes of commit b754e2e4f9 - Show all commits

View File

@ -1494,7 +1494,9 @@
```bash ```bash
REGISTRY_BOND_ID=<bond-id> REGISTRY_BOND_ID=<bond-id>
DEPLOYER_LRN=<target-deployer-lrn> DEPLOYER_LRN=<target-deployer-lrn>
AUTHORITY=vaasl
``` ```
Note: The bond id should be set to the `vaasl` authority
* Update required laconic config. You can use the same `userKey` and `bondId` used for snowball-backend: * Update required laconic config. You can use the same `userKey` and `bondId` used for snowball-backend:
@ -1511,6 +1513,7 @@
gasPrice: 1alnt gasPrice: 1alnt
EOF EOF
``` ```
Note: The `userKey` account should own the authority `vaasl`
### Run ### Run