storacha/Add to web3
Publish your files and websites to Storacha
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| path_to_add | Directory path to add to IPFS | yes | — |
| secret_key | The base64 encoded key to use to sign UCAN invocations. Create one using `storacha key create`. See: https://github.com/storacha/upload-service/tree/main/packages/cli#storacha_principal | yes | — |
| proof | A base64 encoded UCAN delegating capabilities the secret signing key above. Create using `storacha delegation create --base64` | yes | — |
| hidden | Include paths that start with "." | no | false |
| wrap | If `path_to_add` points to a file it will be wrapped in a directory to preserve the filename. To disable that set wrap: "false" | no | true |
Outputs
| name | description |
|---|---|
| cid | The IPFS Content ID for path_to_add |
| url | The IPFS Gateway URL |