mirror of
https://github.com/autistic-symposium/mev-toolkit.git
synced 2025-04-29 12:16:07 -04:00
20 lines
277 B
Markdown
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
|
|
```
|
|
|
|
|