An open API service indexing awesome lists of open source software.

https://github.com/flashbots/suave-toolchain


https://github.com/flashbots/suave-toolchain

Last synced: 8 months ago
JSON representation

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 |