7 unstable releases (3 breaking)

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

#4 in #mev

Download history 111/week @ 2024-10-22 38/week @ 2024-10-29 218/week @ 2024-11-05 142/week @ 2024-11-12 135/week @ 2024-11-19 222/week @ 2024-11-26 227/week @ 2024-12-03 109/week @ 2024-12-10 154/week @ 2024-12-17 5/week @ 2024-12-24 70/week @ 2024-12-31 287/week @ 2025-01-07 285/week @ 2025-01-14 185/week @ 2025-01-21 159/week @ 2025-01-28 156/week @ 2025-02-04

845 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

~39–53MB
~839K SLoC