8 releases (1 stable)

1.0.0 Sep 13, 2025
0.5.0 Oct 26, 2024
0.4.0 Oct 2, 2024
0.2.2 Sep 23, 2024
0.1.1 Jun 23, 2024

#3 in #flashbots

Download history 98/week @ 2025-09-21 29/week @ 2025-09-28 30/week @ 2025-10-05 26/week @ 2025-10-12 5/week @ 2025-10-19 30/week @ 2025-10-26 10/week @ 2025-11-02 3/week @ 2025-11-09 11/week @ 2025-12-21 12/week @ 2025-12-28 29/week @ 2026-01-04

52 downloads per month

MIT license

33KB
492 lines

Alloy MEV

Easily send transaction bundles to MEV-Share or block builders using Alloy.

You can have a look at the docs to help you get started. There are also some examples available.

Installation

Add alloy-mev to your Cargo.toml:

alloy-mev = "1.0.0"

Features

MEV-Share

This crate contains the MevShareProviderExt extension trait. When it's in scope, it adds methods to send bundles to the Flashbots matchmaker on a provider built on an HTTP transport.

Blocks builders

This crate also contains the EthMevProviderExt extension trait that adds methods to broadcast bundles to blocks builders on a provider built on an HTTP transport.

Credits

Dependencies

~45–67MB
~1M SLoC