-
Notifications
You must be signed in to change notification settings - Fork 371
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
41a7ac6
commit a869e04
Showing
2 changed files
with
31 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
--- | ||
title: RPC Proxy and Caching | ||
slug: /tools/rpc-proxy-caching | ||
description: Documentation for RPC Proxy and Caching tools. | ||
keywords: | ||
[ | ||
Node Providers, | ||
Base, | ||
RPC, | ||
Caching, | ||
Load Balancer, | ||
Proxy | ||
] | ||
hide_table_of_contents: false | ||
--- | ||
|
||
# RPC Proxy and Caching | ||
|
||
--- | ||
|
||
## eRPC | ||
|
||
[eRPC](https://github.com/erpc/erpc) is a fault-tolerant EVM RPC proxy and re-org aware permanent caching solution. It is built with read-heavy use-cases in mind such as data indexing and high-load frontend usage. | ||
|
||
To get started, visit the [develoepr documentation](https://docs.erpc.cloud/). | ||
|
||
### Supported Networks | ||
|
||
- Base Mainnet | ||
- Base Sepolia (Testnet) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters