flashbots-relay-rs
Rust client for interacting directly with the Flashbots Relays.
How does it work ?
Using a client from the reqwest crate, you can use a set of methods to interact with the following Flashbots relays endpoints:
-
eth_sendBundle
-
eth_callBundle
-
eth_sendPrivateTransaction
-
eth_cancelPrivateTransaction
-
flashbots_getUserStats
-
flashbots_getBundleStats
It uses ethers-rs to perform ECDSA signatures and the main inspiration when it comes to code architecture comes from the opensea-rs project.
So, thanks Georgios K. for the indirect help !
Huge thanks to Chris H. for his work on the golang version of the client. I developed this project based on his version.
Getting started !
🚧
The project is still under dev.
🚧
Please be careful when using it and don't use it in main net for now.
Installation
TODO.
Quickstart
TODO.
Author
Made with