Safrochain
DocsAPIsWebsiteSafroHub
Explorer
  • Testnet
  • Mainnet (soon)
DocsAPIsWebsiteSafroHub
Explorer
  • Testnet
  • Mainnet (soon)
  1. Quickstart
  • Introduction
    • What is Safrochain?
    • Key Ecosystem Components
    • Roadmap and Future Plans
  • Quickstart
    • Install a Node
    • Join the Public Testnet
    • Use the Faucet
    • Join as Validator
    • Join as a Relayer
  • Nodes & Network
    • Node Types (Full, Validator, Relayer…)
    • Updating and Upgrading Nodes
    • Security Guidelines
    • RPC/REST/gRPC Endpoints
  • Development & Integration
    • SDKs & Supported Libraries
    • IBC Integration
    • Building and Broadcasting Transactions
  • Explorer & APIs
    • Resouces
  • Wallets & Staking
    • Connecting a Wallet
    • Staking SAF Tokens
    • Delegating to Validators
    • Rewards and Slashing Information
  • Token Economy
    • SAF Token
    • Inflation & Supply Strategy
    • Liquidity Pools and DEX
    • Governance Utility of the Token
  • APIs
  1. Quickstart

Join the Public Testnet

Join the Safrochain Public Testnet#

Welcome to the Safrochain Testnet! This testnet provides a safe and stable environment for developers, validators, and enthusiasts to test applications, tools, and integrations before the mainnet launch.

🔗 Network Details#

ParameterValue
Chain IDsafro-testnet-1
RPC Endpointhttps://rpc.testnet.safrochain.com
REST APIhttps://rest.testnet.safrochain.com
Explorerhttps://explorer.testnet.safrochain.com
Genesis Filehttps://genesis.safrochain.com/testnet/genesis.json
Faucet CLIcurl -X POST https://faucet.testnet.safrochain.com/request -d '{"address":"<your_address>"}'
Discord Bot FaucetJoin Discord and use /faucet command in the #faucet channel

💰 Faucet Allowances#

MethodAmountCooldown
HTTP Faucet25,000,000 usaf (25 SAF)Every 12 hours
Discord Faucet10,000,000 usaf (10 SAF)Every 6 hours

🧪 Token Denomination#

DenominationUnitExponentUse Case
usafmicro SAF0Internal/base unit
safSAF (display)6Wallets, CLI, UI

⚙️ Wallet Configuration (Keplr/Leap)#

To connect with Keplr or Leap, use the following configuration:
{
  "chainId": "safro-testnet-1",
  "chainName": "Safrochain Testnet",
  "rpc": "https://rpc.testnet.safrochain.com",
  "rest": "https://rest.testnet.safrochain.com",
  "stakeCurrency": {
    "coinDenom": "SAF",
    "coinMinimalDenom": "usaf",
    "coinDecimals": 6
  },
  "bip44": {
    "coinType": 118
  },
  "bech32Config": {
    "bech32PrefixAccAddr": "addr_safro"
  },
  "currencies": [
    {
      "coinDenom": "SAF",
      "coinMinimalDenom": "usaf",
      "coinDecimals": 6
    }
  ],
  "feeCurrencies": [
    {
      "coinDenom": "SAF",
      "coinMinimalDenom": "usaf",
      "coinDecimals": 6
    }
  ]
}
Modified at 2025-07-02 21:57:57
Previous
Install a Node
Next
Use the Faucet
Built with