Skip to content

Commit

Permalink
docs: erpc
Browse files Browse the repository at this point in the history
  • Loading branch information
kasrakhosravi committed Aug 8, 2024
1 parent 41a7ac6 commit a869e04
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 0 deletions.
30 changes: 30 additions & 0 deletions apps/base-docs/docs/tools/rpc-proxy-caching.md
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)
1 change: 1 addition & 0 deletions apps/base-docs/sidebars.js
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ module.exports = {
collapsed: false,
items: [
'tools/node-providers',
'tools/rpc-proxy-caching',
'tools/block-explorers',
'tools/network-faucets',
'tools/oracles',
Expand Down

0 comments on commit a869e04

Please sign in to comment.