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#
Endpoint | URL | Port | Purpose |
---|
RPC | https://rpc.testnet.safrochain.com | 26657 | Node queries, tx submission |
REST | https://rest.testnet.safrochain.com | 1317 | API for dApps, wallets |
gRPC | https://grpc.testnet.safrochain.com | 9090 | High-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.
Modified at 2025-07-02 22:19:59