MEV 资料
文章作者: @BoxMrChen (opens in a new tab),欢迎转载,转载请注明出处。
文章 Github 仓库: https://github.com/nishuzumi/blog (opens in a new tab)欢迎Star。如果文章有误,欢迎提PR。
进入交流群:欢迎添加个人微信
Im3boxtech
,备注`进群`,我会拉你进入交流群。总结了一点 MEV 的资料,欢迎补充。
有用的链接
Artemis:https://www.paradigm.xyz/2023/05/artemis (opens in a new tab)
Paradigm 出品的 MEV 框架,由 Rust 编写。
在 crates/strategies 文件目录下,有两个范例
- Uniswap V2-V3 套利策略
- Opensea - Sudo 套利策略
cake_sniper:https://github.com/Supercycled/cake_sniper (opens in a new tab)
一个抢跑 MEV 的机器人。由 Python 编写,代码比较老旧,可以用于学习思路。
rusty-sando:https://github.com/mouseless-eth/rusty-sando (opens in a new tab)
用 Huff 和 Artemis 编写的套利机器人,具有 Uniswap V2/V3 的三明治攻击机器人。
awesome-MEV-resources:https://github.com/0xalpharush/awesome-MEV-resources (opens in a new tab)
超多超全的 MEV 资料。