mirror of
https://github.com/paradigmxyz/reth.git
synced 2026-01-08 23:08:19 -05:00
docs: add architecture diagram for EVM node component (#20162)
This commit is contained in:
@@ -13,7 +13,18 @@ The EVM component manages:
|
||||
- State management and caching
|
||||
|
||||
## Architecture
|
||||
```mermaid
|
||||
graph TD
|
||||
Config[EVM Configuration] --> Env[EVM Environment]
|
||||
Config --> Executor[Block Executor]
|
||||
Config --> Builder[Block Builder]
|
||||
|
||||
Executor --> State[(State Database)]
|
||||
Builder --> State
|
||||
|
||||
Builder --> Assembler[Block Assembler]
|
||||
Assembler --> State
|
||||
```
|
||||
|
||||
## Key Concepts
|
||||
|
||||
|
||||
Reference in New Issue
Block a user