alloy-mev

Crates.ioalloy-mev
lib.rsalloy-mev
version0.5.0
sourcesrc
created_at2024-06-23 05:17:45.898793
updated_at2024-10-26 19:31:46.288997
descriptionEasily send transaction bundles using Alloy.
homepagehttps://github.com/leruaa/alloy-mev
repositoryhttps://github.com/leruaa/alloy-mev
max_upload_size
id1280974
size120,842
Aurélien (leruaa)

documentation

https://docs.rs/alloy-mev

README

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

Commit count: 81

cargo fmt