Add instructions for multisig app usage #21

Merged
nabarun merged 11 commits from ng-improve-instructions into main 2025-06-14 13:39:01 +00:00
2 changed files with 2 additions and 1 deletions
Showing only changes of commit 2c1ba2167b - Show all commits

View File

@ -220,6 +220,7 @@
```bash
# Set the public IP address of the machine where your node is running
# NOTE: An https URL can also be used
node_url: "tcp://NODE_PUBLIC_IP_ADDRESS:26657"
# Make sure to wrap it with single quotes ('')

View File

@ -1,4 +1,4 @@
# The URL of the laconicd node's RPC endpoint (e.g., "tcp://NODE_PUBLIC_IP_ADDRESS:26657")
# The URL of the laconicd node's RPC endpoint (e.g., "tcp://NODE_PUBLIC_IP_ADDRESS:26657" or "https://<your-node-url>")
node_url: ""
# The public key of the validator node. This is required for creating the validator on chain