Go to file
Prathamesh Musale 568d7daadf Fix gas price in network setup (#22)
Part of https://www.notion.so/Create-stacks-for-mainnet-1f2a6b22d4728034be4be2c51decf94e

Reviewed-on: #22
Co-authored-by: Prathamesh Musale <prathamesh.musale0@gmail.com>
Co-committed-by: Prathamesh Musale <prathamesh.musale0@gmail.com>
2025-06-14 14:05:43 +00:00
config Add instructions for multisig app usage (#21) 2025-06-14 13:39:00 +00:00
docs Add instructions for multisig app usage (#21) 2025-06-14 13:39:00 +00:00
playbooks Add instructions for multisig app usage (#21) 2025-06-14 13:39:00 +00:00
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 Fix gas price in network setup (#22) 2025-06-14 14:05:43 +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:

    • 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

Configure Wallet for Mainnet

  • To use https://deploy.laconic.com, you need to add laconic-mainnet network in your wallet

  • Go to https://wallet.laconic.com

  • If the wallet has not been initialized, click on Create Wallet and create a new wallet

  • Click on Add Network and filling in required details:

    # Set network type
    Network Type: COSMOS
    
    # Chain ID of the network
    Chain ID: laconic-mainnet
    
    # Name of the network
    Network Name: Laconic Mainnet
    
    # RPC endpoint of the mainnet node
    New RPC URL: https://laconicd-mainnet.laconic.com
    
    # Coin type
    Coin Type: 118
    
    # Address prefix
    Address Prefix: laconic
    
    # Native denom and gas price
    Native denom: alnt
    Gas Price: 0.001
    
  • Refresh https://deploy.laconic.com after adding the network to wallet