Go to file
2025-06-14 13:38:14 +05:30
config Configure alps in multisig app 2025-06-14 13:38:14 +05:30
docs Add steps for multisig app usage 2025-06-14 13:38:14 +05:30
playbooks Configure alps in multisig app 2025-06-14 13:38:14 +05:30
scripts Update playbooks to sign txs on a separate machine from the one running laconicd node (#5) 2025-06-09 12:37:50 +00:00
stack-orchestrator Divide generate genesis and create validator playbooks into build and start playbooks (#13) 2025-06-10 10:07:15 +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 stack to run mainnet validator node (#1) 2025-05-15 06:38:42 +00:00
README.md Add steps for multisig app usage 2025-06-14 13:38:14 +05:30

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:

    • Run the First Validator Node: Begin by setting up and running the initial 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