Skip to content
Merged
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
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ Base Reth Node is an implementation of a Reth Ethereum node, specifically tailor

- **Base L2 Support:** Optimized for the Base Layer 2 network.
- **Flashblocks RPC:** Includes a `flashblocks-rpc` crate for Flashblocks.
- **Metering RPC:** RPC endpoints and utilities to facilitate resource metering based on transaction simulations.
- **Reth Based:** Built upon Reth, see version pinned in [Cargo.toml](Cargo.toml).
- **Dockerized:** Comes with a `Dockerfile` for easy containerization and deployment.
- **Development Toolkit:** Includes a `justfile` for streamlined build, test, and linting workflows.
Expand All @@ -55,7 +56,8 @@ Base Reth Node is an implementation of a Reth Ethereum node, specifically tailor
├── crates/
│ ├── node/ # Main node application logic
│ ├── transaction-tracing/ # Transaction tracing utilities
│ └── flashblocks-rpc/ # RPC server for Flashblocks integration
│ ├── flashblocks-rpc/ # RPC server for Flashblocks integration
│ └── metering/ # Simulation-based resource metering
├── justfile # Command runner for development tasks
└── .github/
└── workflows/
Expand Down