Skip to content

Latest commit

 

History

History
33 lines (18 loc) · 810 Bytes

README.md

File metadata and controls

33 lines (18 loc) · 810 Bytes

Intro

Exploring projects of interest to understand their inner workings

NOTE: Content may have mistakes.

Content

Node

  • Reth: Ethereum execution client (Rust)
  • Lighthouse: Ethereum consensus client (Rust)

Light Client

  • Helios: Ethereum light client (Rust)

Virtual Machine

  • Revm: Ethereum virtual machine (Rust)

Compiler

MEV

  • rbuilder: Ethereum MEV-Boost block builder (Rust)
  • artemis: Framework for writing MEV bots (Rust)

Operating System

  • NixOS: Declarative, reproducible Linux distribution built around the Nix package manager