From 61d2a595a92cc0740b6c351ccdd985ed313d7aa0 Mon Sep 17 00:00:00 2001 From: IshaVenikar Date: Wed, 28 May 2025 17:01:47 +0530 Subject: [PATCH] Update READMEs --- README.md | 2 +- docs/demo.md | 5 ++++- playbooks/cosmos-multisig-app/README.md | 5 +++-- 3 files changed, 8 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 68e481a..7e1229f 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ # laconicd-stack - Follow [run-first-validator.md](docs/run-first-validator.md) to run the first validator node -- Follow [run-validator.md](docs/run-validator.md) to run subsequent validator nodes - Follow [cosmos-multisig-app playbook](./playbooks/cosmos-multisig-app/README.md) to run the Cosmos Multisig app +- Follow [run-validator.md](docs/run-validator.md) to run subsequent validator nodes diff --git a/docs/demo.md b/docs/demo.md index 20deabc..d643a14 100644 --- a/docs/demo.md +++ b/docs/demo.md @@ -405,6 +405,9 @@ # Set network mode to host so that browser app and backend can use the same node localhost RPC URL export USE_HOST_NETWORK=host + + # Set local host URL for dgraph server + export DGRAPH_URL=http://localhost:8080/graphql ``` - Run playbook to setup cosmos multisig app @@ -436,7 +439,7 @@ - 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 1000000alnt --fees 2000alnt --keyring-backend test" + laconic-so deployment --dir $DATA_DIRECTORY/$MAINNET_DEPLOYMENT_DIR exec laconicd "laconicd tx bank send validator-2 1000000alnt --fees 2000alnt --keyring-backend test" ``` ### Create and sign transaction diff --git a/playbooks/cosmos-multisig-app/README.md b/playbooks/cosmos-multisig-app/README.md index d065197..45bc128 100644 --- a/playbooks/cosmos-multisig-app/README.md +++ b/playbooks/cosmos-multisig-app/README.md @@ -6,18 +6,20 @@ This playbook sets up the Cosmos Multisig application for managing multisig wall - [ansible](../README.md#ansible-installation) - [laconic-so](https://github.com/cerc-io/stack-orchestrator/?tab=readme-ov-file#install) -- Running Laconic validator node +- [Running Laconic validator node](../../docs/run-validator.md) - Keplr wallet extension installed in browser ## Configuration * Copy the example variables file: ```bash + cd playbooks/cosmos-multisig-app cp cosmos-multisig-vars.example.yml cosmos-multisig-vars.yml ``` * Update `cosmos-multisig-vars.yml` with your node configuration: ```yaml + # TODO: Update with example domains mapped to ports next_public_node_addresses: node_rest_endpoint: ``` @@ -30,7 +32,6 @@ This playbook sets up the Cosmos Multisig application for managing multisig wall export DATA_DIRECTORY=$CWD export MULTISIG_DEPLOYMENT_DIR=cosmos-multisig-deployment export NETWORK_JSON_PATH=~/cerc/laconicd-stack/config/network.json - export USE_HOST_NETWORK=host ``` * Setup and start the multisig app: