Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 554 Bytes

README.md

File metadata and controls

19 lines (14 loc) · 554 Bytes

MEV-Engine

A tool to help you find mev transaction on starknet.

Installation

The library is published at Crates Repository. To install run

cargo add mev-engine

Run an example

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.