Self Chain Docs
WebsiteTwitter
  • Learn
    • About Self Chain
    • Keyless wallet
      • MPC-TSS
      • Secure Signing
      • Account Abstraction
  • Getting Started
    • Glossary
    • Frequently Asked Questions
    • Set up a wallet
      • Adding Self Chain to Keplr Wallet
      • Setting up Keplr with Ledger Wallet
      • Adding Self Chain to Leap Cosmos Wallet
    • How To Stake SLF
    • Self Chain Mainnet
    • How to IBC Transfer
  • Developer Guide
    • Self Chain Networks
    • Frontend dApps
    • Faucet
  • SLF Tokenomics
    • Token Allocation and Utility
      • Bonded Tokens Vs Circulating Supply
      • Address Transparency
    • FRONT Migration
      • How to Bridge FRONT from BNB Chain (BEP20) to Ethereum (ERC20)
      • How to Migrate FRONT to SLF using Binance Convert
    • FRONT Migration FAQs
    • Central Exchanges FRONT to SLF Migration
  • Staking and Delegation
    • Delegating $SLF
    • Redelegating $SLF
    • Undelegating $SLF
    • How to delegate $SLF with Frontier Wallet
    • How to Delegate $SLF with Ledger
    • How to Participate in SLF Binance Simple Earn Product
  • Nodes & Validators
    • Node Setup Guide
    • Node Configuration FAQs
    • Run a Validator Node
    • Validator FAQs
    • Releases
    • Run a Validator Node with NodeOps
    • Setting up Cosmovisor
    • Log Console Troubleshooting
    • Run Selfchain testnet node
  • Governance
    • Draft a Proposal
      • Text Proposal
      • Community Spend Proposal
      • Paramter Change Proposal
      • Software Upgrade Proposal
      • Cancel Software Upgrade
    • Submitting a Proposal
    • Depositing funds
    • Voting on a Proposal
    • FAQs
  • Official Links
  • Branding and Logos
Powered by GitBook
On this page
  • Mainnet
  • Testnet
  • Localhost
  1. Developer Guide

Self Chain Networks

Self Chain operates on several networks, each functioning with its own independent validators and unique state.

PreviousDeveloper GuideNextFrontend dApps

Last updated 6 months ago

Mainnet

The self-1 chain is the mainnet of the Self Chain. It serves as the live production environment where actual transactions and smart contract development take place. This chain is used for all real-world applications and activities.

  • Purpose: Production

  • Chain ID: self-1

  • Demon: uslf

  • Explorer 1:

  • Explorer 2:

  • API:

  • Official RPC:

  • Liquify RPC:

  • gRPC:

Testnet

The dev-1 chain is the devnet of the Self Chain. It serves as a development network for early-stage testing and experimentation. This chain is typically used by developers to test new features, perform integration testing, and develop prototypes in an isolated environment.

  • Purpose: Testing

  • Chain ID: self-test-1

  • Demon: uslf

  • Explorer:

  • API:

  • RPC:

  • gRPC:

Localhost

Developers can also run local chains on their machines for testing and development purposes. These local chains are isolated environments that mimic the behavior of the mainnet, testnet, or devnet. They are particularly useful for testing new features, debugging issues, and experimenting with smart contracts, giving developers full control over all tokens and governance decisions.

  • Purpose: Development

  • Chain ID: Set by the user (default: self-chain)

Please read the section for more information on how to set up and run a local chain.

To add the Self Chain mainnet or devnet to Keplr, follow the “” guide.

https://explorer.selfchain.xyz/selfchain
https://explorer.selfchain.io/
https://api.selfchain.io/
https://rpc.selfchain.io:26657/
https://selfchain.liquify.com/
https://grpc.selfchain.io:9090/
https://explorer-devnet.selfchain.xyz/self
https://api-devnet.selfchain.xyz/
https://rpc-devnet.selfchain.xyz/
http://165.232.125.66:9090
Node Setup Guide
Adding Self Chain to Keplr Wallet