Update READMEs
This commit is contained in:
parent
30727feb21
commit
61d2a595a9
@ -1,5 +1,5 @@
|
|||||||
# laconicd-stack
|
# laconicd-stack
|
||||||
|
|
||||||
- Follow [run-first-validator.md](docs/run-first-validator.md) to run the first validator node
|
- 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 [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
|
||||||
|
@ -405,6 +405,9 @@
|
|||||||
|
|
||||||
# Set network mode to host so that browser app and backend can use the same node localhost RPC URL
|
# Set network mode to host so that browser app and backend can use the same node localhost RPC URL
|
||||||
export USE_HOST_NETWORK=host
|
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
|
- Run playbook to setup cosmos multisig app
|
||||||
|
@ -6,18 +6,20 @@ This playbook sets up the Cosmos Multisig application for managing multisig wall
|
|||||||
|
|
||||||
- [ansible](../README.md#ansible-installation)
|
- [ansible](../README.md#ansible-installation)
|
||||||
- [laconic-so](https://github.com/cerc-io/stack-orchestrator/?tab=readme-ov-file#install)
|
- [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
|
- Keplr wallet extension installed in browser
|
||||||
|
|
||||||
## Configuration
|
## Configuration
|
||||||
|
|
||||||
* Copy the example variables file:
|
* Copy the example variables file:
|
||||||
```bash
|
```bash
|
||||||
|
cd playbooks/cosmos-multisig-app
|
||||||
cp cosmos-multisig-vars.example.yml cosmos-multisig-vars.yml
|
cp cosmos-multisig-vars.example.yml cosmos-multisig-vars.yml
|
||||||
```
|
```
|
||||||
|
|
||||||
* Update `cosmos-multisig-vars.yml` with your node configuration:
|
* Update `cosmos-multisig-vars.yml` with your node configuration:
|
||||||
```yaml
|
```yaml
|
||||||
|
# TODO: Update with example domains mapped to ports
|
||||||
next_public_node_addresses:
|
next_public_node_addresses:
|
||||||
node_rest_endpoint:
|
node_rest_endpoint:
|
||||||
```
|
```
|
||||||
@ -30,7 +32,6 @@ This playbook sets up the Cosmos Multisig application for managing multisig wall
|
|||||||
export DATA_DIRECTORY=$CWD
|
export DATA_DIRECTORY=$CWD
|
||||||
export MULTISIG_DEPLOYMENT_DIR=cosmos-multisig-deployment
|
export MULTISIG_DEPLOYMENT_DIR=cosmos-multisig-deployment
|
||||||
export NETWORK_JSON_PATH=~/cerc/laconicd-stack/config/network.json
|
export NETWORK_JSON_PATH=~/cerc/laconicd-stack/config/network.json
|
||||||
export USE_HOST_NETWORK=host
|
|
||||||
```
|
```
|
||||||
|
|
||||||
* Setup and start the multisig app:
|
* Setup and start the multisig app:
|
||||||
|
Loading…
Reference in New Issue
Block a user