README.md

February 13, 2025 ยท View on GitHub

Flashbots-toolchain Github action

This Github action installs different tools from the Flashbots toolchain.

Example workflow

on: [push]

jobs:
  hello_world_job:
    runs-on: ubuntu-latest
    name: Suapp
    steps:
      - name: Install suave-geth
        uses: flashbots/flashbots-toolchain@v0.2
        with:
          suave-geth: latest
      - name: Which suave-geth
        run: suave-geth version

Inputs

NameRequiredDescriptionType
suave-gethNoVersion to install, e.g. latest or v0.1.0.string
builder-playgroundNoVersion to install, e.g. latest or v0.1.0.string
rethNoVersion to install, e.g. latest or v0.1.0.string
op-rethNoVersion to install, e.g. latest or v0.1.0.string