#三明治 #以太坊 #套利 #rust

已撤回 mev-rs

适用于MEV的现代化且最小化的Rust工具

0.1.1 2022年10月14日
0.1.0 2022年10月14日

#5 in #套利

MIT 许可证

6.5MB
446 代码行

mev-rs • ci license crates.io

适用于MEV的现代化且最小化的Rust工具。

使用方法

如果尚未安装,请安装 rust

然后您可以将 mev_rs 添加到您的 Cargo.toml 文件中

[dependencies]
mev_rs = "0.1.0"

蓝图

.
├─ src
│  ├─ lib.rs — Exported modules with a re-exported prelude.
│  ├─ numeric.rs — Refactored functions for numeric operations.
│  ├─ relayer.rs — Wrappers for network requests.
│  ├─ telemetry.rs — Telemetry for verbose logging.
│  ├─ uniswap.rs — Uniswap library.
│  └─ utils.rs — Common utilities.
└─ tests
   └─ exhaustive testing

致谢

依赖项

~26–46MB
~713K SLoC