/swarm-action

GitHub Action for upload to Ethereum Swarm

Primary LanguageJavaScriptMIT LicenseMIT

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