Update README
This commit is contained in:
parent
3833f40a5c
commit
7f53b422f3
50
docs/demo.md
50
docs/demo.md
@ -381,6 +381,19 @@
|
||||
rm $DATA_DIRECTORY/$MAINNET_DEPLOYMENT_DIR/data/laconicd-data/config/priv_validator_key.json
|
||||
```
|
||||
|
||||
- Copy the example variables file for cosmos-multisig app playbook:
|
||||
|
||||
```bash
|
||||
cp ~/cerc/laconicd-stack/playbooks/cosmos-multisig-app/cosmos-multisig-vars.example.yml ~/cerc/laconicd-stack/playbooks/cosmos-multisig-app/cosmos-multisig-vars.yml
|
||||
```
|
||||
|
||||
- Update env values in `cosmos-multisig-vars.yml` withyour node RPC URL
|
||||
|
||||
```bash
|
||||
next_public_node_addresses: '<node_rpc_url>'
|
||||
next_public_is_http_enabled: true
|
||||
```
|
||||
|
||||
- Set envs:
|
||||
|
||||
```bash
|
||||
@ -389,45 +402,10 @@
|
||||
# Set path to custom network JSON file
|
||||
export NETWORK_JSON_PATH=~/cerc/laconicd-stack/config/network.json
|
||||
|
||||
# Set network mode to host
|
||||
# Set network mode to host so that browser app and backend can use the same node localhost RPC URL
|
||||
export USE_HOST_NETWORK=host
|
||||
```
|
||||
|
||||
- Copy the example variables file:
|
||||
|
||||
```bash
|
||||
cp ~/cerc/laconicd-stack/playbooks/cosmos-multisig-app/cosmos-multisig-vars.example.yml ~/cerc/laconicd-stack/playbooks/cosmos-multisig-app/cosmos-multisig-vars.yml
|
||||
```
|
||||
|
||||
- Update env values in `cosmos-multisig-vars.yml`
|
||||
|
||||
```bash
|
||||
next_public_multichain: false
|
||||
next_public_registry_name: "laconic"
|
||||
next_public_logo: ""
|
||||
next_public_chain_id: "laconic-mainnet"
|
||||
next_public_chain_display_name: "Laconic Network"
|
||||
next_public_node_addresses: '["http://localhost:26657"]'
|
||||
next_public_denom: "alnt"
|
||||
next_public_display_denom: "ALNT"
|
||||
next_public_display_denom_exponent: 18
|
||||
next_public_assets: '[{"denom_units":[{"denom":"alnt","exponent":0},{"denom":"alnt","exponent":6}],"base":"alnt","name":"Laconic Token","display":"ALNT","symbol":"alnt"}]'
|
||||
next_public_gas_price: "0.01alnt"
|
||||
next_public_address_prefix: "laconic"
|
||||
next_public_is_http_enabled: true
|
||||
```
|
||||
|
||||
- Update port mappings in `~/cerc/laconicd-stack/playbooks/cosmos-multisig-app/templates/specs/cosmos-multisig-app-spec-template.yml.j2`:
|
||||
|
||||
```bash
|
||||
network:
|
||||
ports:
|
||||
cosmos-multisig-ui:
|
||||
- 3000:3000
|
||||
alpha:
|
||||
- 8080:8080
|
||||
```
|
||||
|
||||
- Run playbook to setup cosmos multisig app
|
||||
|
||||
```bash
|
||||
|
||||
Loading…
Reference in New Issue
Block a user