Skip to content

ethpandaops/mempool-bridge

Repository files navigation

Mempool Bridge

Bridge mempool transactions between execution layer nodes.

Getting Started

Download a release

Download the latest release from the Releases page. Extract and run with:

./mempool-bridge --config your-config.yaml

Docker

Available as a docker image at ethpandaops/mempool-bridge

Images

  • latest - distroless, multiarch
  • latest-debian - debian, multiarch
  • $version - distroless, multiarch, pinned to a release (i.e. 0.4.0)
  • $version-debian - debian, multiarch, pinned to a release (i.e. 0.4.0-debian)

Kubernetes via Helm

Read more

helm repo add ethereum-helm-charts https://ethpandaops.github.io/ethereum-helm-charts

helm install mempool-bridge ethereum-helm-charts/mempool-bridge -f your_values.yaml

Contact

Andrew - @savid

Sam - @samcmau