Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 610 Bytes

README.md

File metadata and controls

15 lines (10 loc) · 610 Bytes

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