add mev bundle generator

This commit is contained in:
bt3gl 2022-09-09 17:21:35 -07:00 committed by GitHub
parent e3637f4598
commit db953dcd60
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -18,6 +18,10 @@
<br>
----
<br>
## `mev-inspect-py`
Tool to inspect maximal extractable value for Ethereum: [mev-inspect-py](https://github.com/flashbots/mev-inspect-py).
@ -57,5 +61,17 @@ Flashbots runs a relay you send bundles at `relay.flashbots.net`.
python3 create_bundle.py
```
<br>
---
<br>
## Useful repos
<br>
* [mev bundle generator](https://github.com/Alcibiades-Capital/mev_bundle_generator)