Delete flashbots_bundle.md

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

View File

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