Testnet setup
Use testnet (safro-testnet-1) for shared examples, or local devnet (safro-devnet-1) on your machine.
Checklist
- Install a wallet or generate a dev key (see Wallets)
- Copy network constants
- Fund the address from the faucet
- Verify RPC and REST respond
- Send a first transaction
Network
| Field | Value |
|---|---|
| Chain ID | safro-testnet-1 |
| Denom | usaf |
| Prefix | addr_safro |
| Min gas price | 0.05 usaf per gas unit |
Full endpoint table: Testnet endpoints.
Verify connectivity
RPC="https://rpc.testnet.safrochain.com"
REST="https://rest.testnet.safrochain.com"
curl -s "$RPC/status" | jq '.result.sync_info.latest_block_height'
curl -s "$REST/cosmos/bank/v1beta1/supply" | jq '.supply[0]'
Fund your address
- Create or import a wallet with prefix
addr_safro - Open faucet.safrochain.com
- Paste your address (must start with
addr_safro)
Discord faucet: see Testnet endpoints.
Wallet registration (Keplr / Leap)
If using a browser wallet, register the chain using the JSON block in Testnet endpoints: Wallet connection.
Or use Cosmos Kit to register Safrochain in your React app.