Skip to main content

Run a Safrochain node — overview

This section covers running a Safrochain full node with safrochaind.

What you can do

  • Run a local single-node sandbox for development.
  • Join the public testnet (live) for end-to-end testing.
  • Join the mainnet (Q3 2026) as a full or pruned node.
  • Become a validator and help secure the network.

Decision matrix

GoalWhere to start
Try safrochaind in 5 minutesLocal testnet
Connect a wallet / dApp to a live chainJoin testnet
Run a public RPCJoin mainnet (use a TLS proxy in front)
Run a validatorBecome a validator
Operate an archive nodeSnapshots, set pruning = "nothing"

Read in order

  1. Install safrochaind: build from source, verify checksum.
  2. Hardware requirements: sizing per role (validator, sentry, RPC, archive).
  3. Local testnet: single-process sandbox.
  4. Join testnet: live safro-testnet-1.
  5. Join mainnet: safro-mainnet-1 (opens Q3 2026).
  6. Snapshots: fast catch-up via tarballs.
  7. Statesync: cryptographic light-client sync.
  8. Upgrades: cosmovisor flow for chain upgrades.

If you want to run a validator on top of your node, head to Validators → Become a validator.