From 5ee3501f62844b92f6472cd7a351109e532b160e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?BT3GL=20/ba=C9=AAt=C9=A1=C9=9D=C9=AB/?= <1130416+bt3gl@users.noreply.github.com> Date: Sat, 14 May 2022 13:57:09 -0700 Subject: [PATCH] Update flashbots.md --- MEV/flashbots.md | 31 ++++++++++++++++++++++++++++++- 1 file changed, 30 insertions(+), 1 deletion(-) diff --git a/MEV/flashbots.md b/MEV/flashbots.md index ddedc6b..07b0afd 100644 --- a/MEV/flashbots.md +++ b/MEV/flashbots.md @@ -1,4 +1,6 @@ -## Flashbots +## 🤖 Flashbots + +
* Flashbots is a research and development organization focused on mitigating the negative externalities of current MEV extraction techniques and avoiding the existential risks MEV could cause to state-rich blockchains like Ethereum. @@ -14,6 +16,7 @@ - relay - miner +
## `mev-inspect-py` @@ -27,6 +30,32 @@ If shows: miner payments, tokens transfers and profit, swaps and arbritages. - [helm](https://helm.sh/docs/intro/install/) - an `RPC_URL` +
+ ## MEV-geth * Software which can be run by miners to mitgate negative externalities of MEV. + +
+ + +## Flashbots bundle + +Steps to access the flashbots network. + +### Setting a Private key for identity + +``` +python3 gen_private_key.py +``` + +### Interacting with Flashbots + +Flashbots runs a relay you send bundles at `relay.flashbots.net`. + +``` +python3 create_bundle.py +``` + + +