https://github.com/flashbots/flashbots-toolchain
GitHub action to install Flashbots tools
https://github.com/flashbots/flashbots-toolchain
Last synced: about 1 year ago
JSON representation
GitHub action to install Flashbots tools
- Host: GitHub
- URL: https://github.com/flashbots/flashbots-toolchain
- Owner: flashbots
- Created: 2024-07-30T08:14:05.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2025-03-18T09:01:07.000Z (about 1 year ago)
- Last Synced: 2025-04-20T16:06:20.791Z (about 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 490 KB
- Stars: 3
- Watchers: 2
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## `Flashbots-toolchain` Github action
This Github action installs different tools from the Flashbots toolchain.
### Example workflow
```yaml
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
| **Name** | **Required** | **Description** | **Type** |
| -------------------- | ------------ | ---------------------------------------------- | -------- |
| `suave-geth` | No | Version to install, e.g. `latest` or `v0.1.0`. | string |
| `builder-playground` | No | Version to install, e.g. `latest` or `v0.1.0`. | string |
| `reth` | No | Version to install, e.g. `latest` or `v0.1.0`. | string |
| `op-reth` | No | Version to install, e.g. `latest` or `v0.1.0`. | string |