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

https://github.com/aquiladev/swarm-action

GitHub Action for upload to Ethereum Swarm
https://github.com/aquiladev/swarm-action

action deploy ethereum github swarm upload

Last synced: 7 months ago
JSON representation

GitHub Action for upload to Ethereum Swarm

Awesome Lists containing this project

README

          

# swarm-action
Ethereum Swarm upload action.


swarm action

## Inputs
Parameter |Required |Description
--- |--- |---
`path` |Yes |Directory's path to upload.
`swarmUrl` |No |Swarm node url. Default `https://swarm-gateways.net`
`defaultPath` |No |Default path for Manifest. Default `index.html`
`verbose` |No |Level of verbosity [`false` - quiet, `true` - verbose]. Default `false`

## Outputs

### `hash` - Swarm hash.

## Example usage

```
uses: aquiladev/swarm-action@v1
with:
path: ./
```

Take a look [DApps Delivery Guide](https://dapps-delivery-guide.readthedocs.io/)