Go to file
2025-05-28 17:34:45 +05:30
config Update network name 2025-05-28 15:31:09 +05:30
docs Replace RPC and rest URLS in network JSON with values from config 2025-05-27 19:30:59 +05:30
playbooks Update main README with overview 2025-05-28 17:34:45 +05:30
scripts Add playbook to send create-validator tx for subsequent nodes (#3) 2025-05-16 09:54:09 +00:00
stack-orchestrator Add steps to configure TMKMS in node deployments (#4) 2025-05-20 13:55:15 +00:00
.gitignore Add playbook to send create-validator tx for subsequent nodes (#3) 2025-05-16 09:54:09 +00:00
node-addresses.yml Add stack to run mainnet validator node (#1) 2025-05-15 06:38:42 +00:00
README.md Update main README with overview 2025-05-28 17:34:45 +05:30

laconicd-stack

Other Dependencies

  • laconic-so
  • tmkms (for validator nodes)
  • Keplr wallet extension (for multisig app)

Launch Laconic Mainnet

  • Run playbook to use exported state for generating mainnet genesis, submit gentx and setup the node

    • Generate the genesis file from testnet state
    • Set up the first validator node
    • Configure TMKMS for key management
    • Verify testnet state transfer and token distribution
  • Run playbook to start both validator nodes

    • Set up additional validator nodes with different ports
    • Configure TMKMS for each validator
    • Create validators on the running chain
    • Verify validator creation and participation
  • Deploy the Cosmos Multisig application using the cosmos-multisig-app playbook