Go to file
Nabarun 4de3300a7e Update multisig app for multichain support (#31)
Part of https://www.notion.so/Laconic-Mainnet-Plan-1eca6b22d47280569cd0d1e6d711d949

Reviewed-on: #31
Co-authored-by: Nabarun <nabarun@deepstacksoft.com>
Co-committed-by: Nabarun <nabarun@deepstacksoft.com>
2025-07-10 10:46:05 +00:00
config Add compressed genesis and staking amount (#28) 2025-06-18 21:39:51 +00:00
docs Update yq setup and remove --git-ssh usage (#30) 2025-06-19 13:18:56 +00:00
playbooks Update multisig app for multichain support (#31) 2025-07-10 10:46:05 +00:00
scripts Update playbook for subsequent validator nodes to decompress published genesis file (#29) 2025-06-18 22:31:33 +00:00
stack-orchestrator Update playbook for subsequent validator nodes to decompress published genesis file (#29) 2025-06-18 22:31:33 +00:00
.gitignore Add more details in steps for running subsequent validator node (#20) 2025-06-13 18:05:07 +00:00
node-addresses.yml Add compressed genesis and staking amount (#28) 2025-06-18 21:39:51 +00:00
README.md Add separate readme for exporting testnet state and generating LPS distribution JSON (#24) 2025-06-18 09:26:02 +00:00

laconicd-stack

  • This stack is used for running nodes to launch Laconic mainnet chain

  • It allows you to export SAPO testnet state and start mainnet nodes

Mainnet OPS

  • To launch Laconic mainnet, follow these steps:

    • Export Testnet State and Prepare Token Distribution: Begin by exporting SAPO testnet state and preparing requirements for mainnet chain as detailed in export-testnet.md

    • Run the First Validator Node: Set up and run the bootstrap validator node as detailed in run-first-validator.md

    • Deploy Cosmos Multisig App: Integrate and run the Cosmos Multisig app using the playbook available at cosmos-multisig-app playbook

  • To migrate existing deployments from SAPO testnet to mainnet, refer to update-deployments.md

Join Mainnet

  • Run A Validator Node: Follow steps in run-validator.md to run a mainnet validator node

  • Update Service Provider: Follow steps in update-service-provider.md to migrate your service provider from SAPO testnet to mainnet

Multisig App