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
- Host: GitHub
- URL: https://github.com/aquiladev/swarm-action
- Owner: aquiladev
- License: mit
- Created: 2020-03-14T12:47:17.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2023-03-03T14:25:33.000Z (almost 3 years ago)
- Last Synced: 2025-07-13T01:08:07.020Z (7 months ago)
- Topics: action, deploy, ethereum, github, swarm, upload
- Language: JavaScript
- Homepage: https://dapps-delivery-guide.readthedocs.io/
- Size: 12.4 MB
- Stars: 3
- Watchers: 2
- Forks: 1
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# swarm-action
Ethereum Swarm upload 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/)