Skip to content

aquiladev/swarm-action

Use this GitHub action with your project
Add this Action to an existing workflow or create a new one
View on Marketplace

Repository files navigation

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