Update flashbots.md

This commit is contained in:
BT3GL /baɪtɡɝɫ/ 2022-05-14 13:57:09 -07:00 committed by GitHub
parent a763275368
commit 5ee3501f62
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,4 +1,6 @@
## Flashbots
## 🤖 Flashbots
<br>
* 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
<br>
## `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`
<br>
## MEV-geth
* Software which can be run by miners to mitgate negative externalities of MEV.
<br>
## 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
```