mev-toolkit/notes/MEV/flashbots_bundle.md

20 lines
277 B
Markdown

## 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
```