From 8ed8992f906b28393eb97738d79d77ec3e6177b9 Mon Sep 17 00:00:00 2001 From: Chris Hager Date: Thu, 4 Jul 2024 09:57:28 +0200 Subject: [PATCH] docs(README): add rbuilder to used-by --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 254952bbad..83b93424d8 100644 --- a/README.md +++ b/README.md @@ -116,6 +116,7 @@ cargo run -p revm --features std,serde-json,ethersdb --example generate_block_tr * [Hardhat](https://github.com/NomicFoundation/hardhat) is a development environment to compile, deploy, test, and debug your Ethereum software. * [Trin](https://github.com/ethereum/trin) is Portal Network client. An execution and consensus layer Ethereum light client written in Rust. Portal Network client's provide complete, provable, and distributed execution archival access. * [Simular](https://github.com/simular-fi/simular/) is a Python smart-contract API with a fast, embedded, Ethereum Virtual Machine. +* [rbuilder](https://github.com/flashbots/rbuilder) is a state of the art Ethereum MEV-Boost block builder written in Rust and designed to work with Reth. * ... (If you want to add project to the list, ping me or open the PR)