Skip to content

monolythium/chain-registry

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Chain Registry

Network configurations, peers, and chain metadata for Monarch CLI.

Structure

index.json              # Master chain list
<chain>/
  chain.json            # Chain metadata (binary, home dir, prefix, denom)
  networks/
    testnet.json        # Network config (chain_id, seeds, genesis URL, RPC)
    mainnet.json

Supported Chains

Chain Status Binary
Monolythium stable monod
Cosmos Hub experimental gaiad

Usage

Monarch CLI fetches this registry automatically. To use experimental chains:

monarch join --chain CosmosHub --network Testnet --experimental

Adding a Chain

  1. Create <chain>/chain.json with binary info and network list
  2. Create <chain>/networks/<network>.json for each network
  3. Add entry to index.json
  4. Set status to experimental until validated

About

Chain registry for Monarch CLI — network configs, peers, and chain metadata

Resources

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors