mirror of
https://github.com/autistic-symposium/mev-toolkit.git
synced 2025-08-08 06:12:33 -04:00
Rename chapter_IV.md to notes/flashbots_bundle.md
This commit is contained in:
parent
b0c6b19d72
commit
c0cf0e1112
1 changed files with 0 additions and 0 deletions
19
notes/flashbots_bundle.md
Normal file
19
notes/flashbots_bundle.md
Normal 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
|
||||
```
|
||||
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue