Rename chapter_IV.md to notes/flashbots_bundle.md

This commit is contained in:
bt3gl 2022-03-23 06:34:00 +00:00 committed by GitHub
parent b0c6b19d72
commit c0cf0e1112
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

19
notes/flashbots_bundle.md Normal file
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
```