Safrochain
DocsAPIsWebsiteSafroHub
Explorer
  • Testnet
  • Mainnet (soon)
DocsAPIsWebsiteSafroHub
Explorer
  • Testnet
  • Mainnet (soon)
  1. Nodes & Network
  • 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. Nodes & Network

RPC/REST/gRPC Endpoints

Safrochain Testnet RPC/REST/gRPC Endpoints#

Safrochain testnet provides RPC, REST, and gRPC endpoints for blockchain interaction, enabling queries, transaction submissions, and data access for nodes, dApps, and wallets.

📋 Endpoint Details#

EndpointURLPortPurpose
RPChttps://rpc.testnet.safrochain.com26657Node queries, tx submission
RESThttps://rest.testnet.safrochain.com1317API for dApps, wallets
gRPChttps://grpc.testnet.safrochain.com9090High-performance, structured API

🔌 Usage#

RPC: Query blockchain data or broadcast transactions.
REST: Access via HTTP for wallet/dApp integration.
gRPC: Use for efficient, structured queries.

⚠️ Notes#

Secure public endpoints with authentication or rate-limiting.
Restrict RPC/REST to localhost for node-level access.
Monitor endpoint usage:

Modified at 2025-07-02 22:19:59
Previous
Security Guidelines
Next
SDKs & Supported Libraries
Built with