Skip to content

cchighman/flashbots-rpc-rs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

flashbots-rpc-rs

Rust client for interacting directly with the Flashbots RPC endpoint.

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 !

Getting started !

Installation

TODO.

Quickstart

TODO.

Author

Made with ❤️ by 🤖 Luca Georges François 🤖

About

A Rust client for Flashbots Relay.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages