Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
✅ Define hourly, daily [rate limits](https://docs.erpc.cloud/config/rate-limiters) for each upstream provider, to control usage, costs and high-scale usage<br/>
✅ Avoid redundant upstream costs by locally [caching](https://docs.erpc.cloud/config/database) RPC responses, with reorg-aware caching layer<br/>
✅ You don't need to think about which upstream supports which `eth_*` method; eRPC automatically does that.<br/>
✅ Receive consistent error codes with details across 5+ third-party providers and reporting of occured errors.<br/>
✅ Receive consistent error codes with details across 5+ third-party providers and reporting of occurred errors.<br/>
✅ Single dashboard to observe rps throughput, errors, and avg. latency of all your RPC providers.<br/>
✅ [Authentication](https://docs.erpc.cloud/config/auth) modules such as basic auth, secret-based, JWT and SIWE.<br/>
✅ [Smart batching](https://docs.erpc.cloud/operation/batch) to aggregates multiple RPC or contract calls into one.<br/>
Expand Down