Update READMEs
This commit is contained in:
parent
30727feb21
commit
61d2a595a9
@ -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
|
||||
|
@ -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 <multisig_address> 1000000alnt --fees 2000alnt --keyring-backend test"
|
||||
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
|
||||
|
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user