#alloy #mev #mev-share

alloy-mev

Easily send transaction bundles using Alloy

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

#7 in #mev

Download history 179/week @ 2024-12-14 23/week @ 2024-12-21 65/week @ 2024-12-28 205/week @ 2025-01-04 296/week @ 2025-01-11 212/week @ 2025-01-18 168/week @ 2025-01-25 163/week @ 2025-02-01 114/week @ 2025-02-08 97/week @ 2025-02-15 163/week @ 2025-02-22 88/week @ 2025-03-01 58/week @ 2025-03-08 30/week @ 2025-03-15 89/week @ 2025-03-22 57/week @ 2025-03-29

252 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

~40–53MB
~850K SLoC