From db953dcd6087b10c1f103e30b661b5ea74674814 Mon Sep 17 00:00:00 2001 From: bt3gl <1130416+bt3gl@users.noreply.github.com> Date: Fri, 9 Sep 2022 17:21:35 -0700 Subject: [PATCH] add mev bundle generator --- MEV/flashbots.md => flashbots/README.md | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) rename MEV/flashbots.md => flashbots/README.md (93%) diff --git a/MEV/flashbots.md b/flashbots/README.md similarity index 93% rename from MEV/flashbots.md rename to flashbots/README.md index 07b0afd..b9246b6 100644 --- a/MEV/flashbots.md +++ b/flashbots/README.md @@ -18,6 +18,10 @@
+---- + +
+ ## `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 ``` - +
+ +--- + +
+ + +## Useful repos + +
+ +* [mev bundle generator](https://github.com/Alcibiades-Capital/mev_bundle_generator) +