https://github.com/flashbots/suave-toolchain
https://github.com/flashbots/suave-toolchain
Last synced: 8 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/flashbots/suave-toolchain
- Owner: flashbots
- Created: 2024-01-08T20:46:25.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-01-08T20:48:42.000Z (over 2 years ago)
- Last Synced: 2025-02-25T15:16:46.548Z (over 1 year ago)
- Language: JavaScript
- Size: 485 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## `Suave-toolchain` Github action
This Github action installs `suave-geth`.
### Example workflow
```yaml
on: [push]
jobs:
hello_world_job:
runs-on: ubuntu-latest
name: Suapp
steps:
- name: Install suave-geth
uses: flashbots/suave-toolchain@v0.1
- name: Which suave-geth
run: suave-geth version
```
### Inputs
| **Name** | **Required** | **Default** | **Description** | **Type** |
| --------- | ------------ | ----------- | ---------------------------------------------- | -------- |
| `version` | No | `latest` | Version to install, e.g. `latest` or `v0.1.0`. | string |