You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@
5
5
> [!WARNING]
6
6
> This repository is for development purposes. For production deployments, please use the releases referenced in [base/node](https://github.com/base/node/releases).
7
7
8
-
Base Reth Node is an implementation of a Reth Ethereum node, specifically tailored for the Base L2 network. It integrates Flashblocks capabilities and leverages Optimism components from Reth (see version pinned in [Cargo.toml](Cargo.toml)). This node is designed to provide a robust and efficient solution for interacting with the Base network.
8
+
Base Reth Node is a Reth-based Ethereum node implementation, specifically tailored for the Base L2 network. It integrates Flashblocks capabilities and leverages Optimism components from Reth (see the version pinned in [Cargo.toml](Cargo.toml)). This node is designed to provide a robust and efficient solution for interacting with the Base network.
9
9
10
10
<!-- Badge row 1 - status -->
11
11
@@ -33,7 +33,7 @@ Base Reth Node is an implementation of a Reth Ethereum node, specifically tailor
33
33
-**Base L2 Support:** Optimized for the Base Layer 2 network.
34
34
-**Flashblocks RPC:** Includes a `flashblocks-rpc` crate for Flashblocks.
35
35
-**Metering RPC:** RPC endpoints and utilities to facilitate resource metering based on transaction simulations.
36
-
-**Reth Based:** Built upon Reth, see version pinned in [Cargo.toml](Cargo.toml).
36
+
-**Reth Based:** Built upon Reth. See the version pinned in [Cargo.toml](Cargo.toml).
37
37
-**Dockerized:** Comes with a `Dockerfile` for easy containerization and deployment.
38
38
-**Development Toolkit:** Includes a `justfile` for streamlined build, test, and linting workflows.
0 commit comments