A tool to help you find mev transaction on starknet.
The library is published at Crates Repository. To install run
cargo add mev-engine
Check the examples
folder to check out how the Repository can be leveraged complex strategies.
cargo run --example arbitrage_bot
This repository has been written keeping modularity in mind. Say if you want to add an AMM, one has to implement the required traits, and everything works out of the box.