All Templates / Other
erpc
Fault-tolerant EVM RPC Proxy
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.
With this eRPC template, get immediate access to 2,000+ chains and 4,000+ public free EVM RPC endpoints.
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"
}'
Find Grafana endpoint here:
and login with the following credentials:
admin
admin
Send more requests and watch the metrics being collected and visualized in Grafana.
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.
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.
Template Content
monitoring
erpc/railway-deploymentDetails
eRPC
Created on Aug 28, 2024
59 total projects
25 active projects
88% success on recent deploys
Shell
Other
More templates in this category
(v1) Simple Medusa Backend
Deploy an ecommerce backend and admin using Medusa
Shahed Nasser
302