# MEV资料

By [BoxChen](https://paragraph.com/@boxchen) · 2023-08-28

---

> 原文链接：[github.com/nishuzumi/blog/blob/main/ETH/MEV资料.md](http://github.com/nishuzumi/blog/blob/main/ETH/MEV%E8%B5%84%E6%96%99.md)

MEV 资料
======

总结了一点 MEV 的资料，欢迎补充。

有用的链接
-----

### Artemis：[https://www.paradigm.xyz/2023/05/artemis](https://www.paradigm.xyz/2023/05/artemis)

Paradigm 出品的 MEV 框架，由 Rust 编写。

在 crates/strategies 文件目录下，有两个范例

*   Uniswap V2-V3 套利策略
    
*   Opensea - Sudo 套利策略
    

### cake\_sniper：[https://github.com/Supercycled/cake\_sniper](https://github.com/Supercycled/cake_sniper)

一个抢跑 MEV 的机器人。由 Python 编写，代码比较老旧，可以用于学习思路。

### rusty-sando：[https://github.com/mouseless-eth/rusty-sando](https://github.com/mouseless-eth/rusty-sando)

用 Huff 和 Artemis 编写的套利机器人，具有 Uniswap V2/V3 的三明治攻击机器人。

### awesome-MEV-resources：[https://github.com/0xalpharush/awesome-MEV-resources](https://github.com/0xalpharush/awesome-MEV-resources)

超多超全的 MEV 资料。

---

*Originally published on [BoxChen](https://paragraph.com/@boxchen/mev)*
