erpc

erpc

Fault-tolerant EVM RPC Proxy

Deploy erpc

erpc

erpc/railway-deployment

Just deployed

monitoring

erpc/railway-deployment

Just deployed

eRPC is a fault-tolerant EVM RPC proxy and permanent caching solution. It is built with read-heavy use-cases in mind such as data indexing and high-load frontend usage.

Getting Started

With this eRPC template, get immediate access to 2,000+ chains and 4,000+ public free EVM RPC endpoints.

1. Deploy this template

eRPC

2. Send requests to the eRPC instance based on chainId:

curl 'https://erpc.up.railway.app/evm/42161' \
--header 'Content-Type: application/json' \
--data '{
    "method": "eth_getBlockByNumber",
    "params": [
        "latest",
        false
    ],
    "id": 9199,
    "jsonrpc": "2.0"
}'

3. Access Grafana

Find Grafana endpoint here:

eRPC Grafana Dashboard

and login with the following credentials:

  • username: admin
  • password: admin

4. Monitor metrics

Send more requests and watch the metrics being collected and visualized in Grafana.

eRPC Grafana Dashboard

How it works?

When running eRPC without a configuration file, it will use a basic configuration using the special repository provider.

This provider automatically fetches (every 1 hour) RPC public endpoints from https://evm-public-endpoints.erpc.cloud which is a combination of Chainlist, ChainID.Network, and Viem public RPC endpoints.

Next steps

This setup is recommended for development and testing purposes. For production environments, we recommend extending eRPC config with dedicated premium providers and advanced failover configs.

Learn More


Deploy Now

Details

eRPC

Created on Aug 28, 2024

59 total projects

25 active projects

88% success on recent deploys

Shell

Other



More templates in this category

View Template
Foundry Virtual Tabletop

Foundry Virtual Tabletop

A Self-Hosted & Modern Roleplaying Platform


Lucas

View Template
(v1) Simple Medusa Backend

(v1) Simple Medusa Backend

Deploy an ecommerce backend and admin using Medusa


Shahed Nasser

View Template
peppermint

peppermint

Docker-compose port for peppermint.sh


HamiltonAI