Terp Docs

Join mainnet or testnet

Connect a node or wallet to Terp Network mainnet (morocco-1) or testnet (90u-4)

Join mainnet or testnet

Use this page to pick a network and get online. Operator deep-dives (validators, sentries, indexing) live under Network ops.

Two ways to “connect”

Wallet only — install Keplr, add the chain, use public RPC (no full node).
Run a node — install terpd, sync (state sync / snapshot / bootstrap), optionally validate.

Network parameters

MainnetTestnet
Chain IDmorocco-190u-4
Fee denomuthioluthiolx (confirm live)
Bech32terpterp
Public RPChttps://rpc.cosmos.directory/terpnetworkcommunity / public endpoints
Public RESThttps://rest.cosmos.directory/terpnetworksee public endpoints
Genesisnetworks/mainnet/morocco-1networks/testnet
S3 packhttps://s3.terp.network/snapshots/mainnet/morocco-1/https://s3.terp.network/snapshots/testnet/120u-1/
Faucethttps://faucet.terp.network/90u-4/<address>

Full endpoint catalog: Public endpoints.

Path A — Wallet (no node)

  1. Install Keplr
  2. Add chain ID morocco-1 or 90u-4
  3. Point at public RPC/REST (or your own node later)
  4. Testnet: fund via faucet; mainnet: fund via exchange/IBC

Then: Quick start.

Path B — Run a full node

# 1. Install
# See: /docs/guides/network/nodes/install

# 2. Init
terpd init <moniker> --chain-id morocco-1

# 3. Genesis (verify checksums when available)
curl -Ls https://s3.terp.network/snapshots/mainnet/morocco-1/genesis.json \
  > $HOME/.terpd/config/genesis.json

# 4. Sync (pick one)
#    Fast:  State sync  → /docs/guides/network/state-sync
#    Medium: Snapshots → /docs/guides/network/nodes/snapshots
#    Full:  Bootstrap  → /docs/guides/network/bootstrap

# 5. Production process
#    → /docs/guides/network/systemd-service
terpd init <moniker> --chain-id 90u-4

# Genesis from networks repo or S3 testnet folder — confirm current ID
curl -Ls https://raw.githubusercontent.com/terpnetwork/networks/main/testnet/90u-4/genesis.json \
  > $HOME/.terpd/config/genesis.json

# Same sync options as mainnet; use testnet RPC peers
# Faucet: https://faucet.terp.network/90u-4/<your-terp1...>

Sync method chooser

GoalGuide
Online in minutesState sync
Packed home tarballSnapshots
Full history / max trustBootstrap
Install binary onlyInstall terpd
Local disposable chainLocal network

Path C — Become a validator

After a synced node on the right network:

  1. Validators hub
  2. Sentry array
  3. Monitoring

On this page