mirror of
https://github.com/autistic-symposium/mev-toolkit.git
synced 2025-04-27 19:26:15 -04:00
Update flashbots.md
This commit is contained in:
parent
a763275368
commit
5ee3501f62
@ -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
|
||||
```
|
||||
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user