/go-flashbots

A Go client for interacting with Flashbots relays

Primary LanguageGoMIT LicenseMIT

Flashbots Go Client

go-flashbots is slightly more opinionated client for the flashbots rpc

Features

  • takes in []*types.Transaction to create bundle
  • returns a time.Duration to track response times of relays (useful for identifying when relay may be congested)
  • allow bulk sending bundles (send to multiple relays) via BatchRelayClient and BatchSendBundle

Example