Rename notes/flashbots_bundle.md to notes/MEV/flashbots_bundle.md

This commit is contained in:
bt3gl 2022-03-27 13:07:42 +01:00 committed by GitHub
parent 0a74f7d923
commit 1e09ae8a35
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -0,0 +1,19 @@
## 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
```