Original link: github.com/nishuzumi/blog/blob/main/ETH/MEV 资料.md
MEV Resources#
Summarized some MEV resources, welcome to add more.
Useful Links#
Artemis: https://www.paradigm.xyz/2023/05/artemis#
MEV framework produced by Paradigm, written in Rust.
In the crates/strategies directory, there are two examples:
-
Uniswap V2-V3 arbitrage strategy
-
Opensea - Sudo arbitrage strategy
cake_sniper: https://github.com/Supercycled/cake_sniper#
A front-running MEV bot. Written in Python, the code is quite old but can be used for learning purposes.
rusty-sando: https://github.com/mouseless-eth/rusty-sando#
An arbitrage bot written in Huff and Artemis, featuring Uniswap V2/V3 sandwich attack bot.
awesome-MEV-resources: https://github.com/0xalpharush/awesome-MEV-resources#
A collection of extensive MEV resources.