7 unstable releases (3 breaking)

new 0.5.0 Oct 26, 2024
0.4.0 Oct 2, 2024
0.2.2 Sep 23, 2024
0.2.1 Jul 23, 2024
0.1.1 Jun 23, 2024

#2 in #mev

Download history 8/week @ 2024-07-01 93/week @ 2024-07-08 12/week @ 2024-07-15 148/week @ 2024-07-22 17/week @ 2024-07-29 33/week @ 2024-08-05 22/week @ 2024-08-12 9/week @ 2024-09-02 9/week @ 2024-09-09 34/week @ 2024-09-16 218/week @ 2024-09-23 199/week @ 2024-09-30 14/week @ 2024-10-07 36/week @ 2024-10-14

470 downloads per month

MIT license

33KB
719 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 = "0.5"

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

~30–43MB
~812K SLoC