From 23ad88aff320fee7a3d37c28735ff15fb866c2c7 Mon Sep 17 00:00:00 2001 From: thinhnc1975 Date: Sun, 28 Sep 2025 14:28:23 +0800 Subject: [PATCH] docs(README): align repository structure --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index a35d266..28c1625 100644 --- a/README.md +++ b/README.md @@ -54,6 +54,7 @@ Base Reth Node is an implementation of a Reth Ethereum node, specifically tailor ├── README.md # This file ├── crates/ │ ├── node/ # Main node application logic +│ ├── transaction-tracing/ # Transaction tracing utilities │ └── flashblocks-rpc/ # RPC server for Flashblocks integration ├── justfile # Command runner for development tasks └── .github/