0xMoonwalker / flashbots-rpc-rs

A Rust client for Flashbots Relay.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

License:MIT License


Languages

Language:Rust 100.0%