Initia (Closed Testnet)
  • Reminder
    • ⛔Confidentiality Disclaimer
  • WELCOME TO CLOSED TESTNET
    • Welcome to Closed Testnet
  • About Initia
    • What is the Initia Platform?
      • Architecture
        • Layer 1
        • Layer 2
      • Aligning Initia (coming soon!)
    • InitiaDEX
    • Enshrined Liquidity and Staking
  • Developers
    • Initiad
      • Download Initiad
      • Using Initiad
    • Get INIT token
    • Build your own Minitia
      • Simple Minitia Setup
      • Connect Minitia to L1
        • OPinit Stack
          • OPinit Module
          • OPinit Bots
        • Relayer
          • Fetching Oracle Prices
    • Virtual Machines
      • MoveVM
        • Interact with CLI
      • WasmVM
    • Contracts
      • Move Contracts
      • CosmWasm Contracts
      • EVM Contracts (Coming Soon)
    • Oracles
  • Initia Developer Tutorials
    • 1. Create account
    • 2. Send Move coin
    • 3. Interchain Message
    • 4. Create your own Move coin
    • 5. Create your own Move NFT
    • 6. Build and Publish Contracts
      • Move Module
      • CosmWasm Contract
  • Core Applications
    • Core Applications
      • Wallet
      • Initia App
      • Usernames
      • Initia Scan
  • Node Operators
    • Running Initia Node
      • Prerequisites
      • Oracle
      • Boot an Initia Node
      • Connect to Initia Network
      • Cosmovisor Guide
    • Configuring Initia Validator
  • References and Tools
    • Move Language
    • Rust Language (CosmWasm)
    • Closed Testnet Chain Information
    • Chain Parameters
    • Initia.js
    • API Docs
    • API Docs (minimove)
    • API Docs (miniwasm)
    • Whitelisted Tokens and Pairs
Powered by GitBook
On this page
  • Halt!
  • What is Minitia?
  • How to setup Minitia?
  • How to connect Initia L1 and Minitia?
  1. Developers

Build your own Minitia

PreviousGet INIT tokenNextSimple Minitia Setup

Last updated 1 year ago

Halt!

If you're a Devnet builder the Initia Team is here to help.

Satisfied after playing with Minimove/Miniwasm/Minievm? Hit up Zon or Stan when you want to transition to your own Minitia and the team will help you with the process.

What is Minitia?

Minitia is Initia Layer 2 solution with Optimistic Rollup. Minitia provides multiple app-chain implementation supported by multi-VM. Operators can use the Minitia repo of the desired VM to run Layer 2 app chains.

How to setup Minitia?

Minitia supports multiple VMs which the L2 operators can select from based on their goals. Installing Minitia is similar to installing Initiad. The guide to install Minitia can be found in the below:

Simple Minitia Setup

How to connect Initia L1 and Minitia?

Initia L1 and Minitias are connected via Optimistic Rollup which is supported with OPinit. Minitia operators can generate messages compatible with the format of OPinit to create and operate bots that connect L1 and Minitia.

Also, by running an IBC relayer between L1 and Minitia, operators can avoid the 7 days of settlement period when withdrawing assets back from Minitia to L1.

Refer to the guides below for more detailed information on how to use OPinit module, OPinit Bots and setting up IBC relayers:

OPinit Module

OPinit Bots

Relayer