Skip to content

RPC Proxy

@cinacoin/rpc-proxy — Self-hosted RPC proxy in Go/Rust.

Overview

The RPC Proxy provides intelligent routing of JSON-RPC requests across multiple blockchain providers, with caching, deduplication, and failover.

Features

  • Multi-provider intelligent routing
  • Response caching (Redis)
  • Request deduplication
  • Rate limiting
  • Provider health monitoring
  • Automatic failover

Released under the MIT License.