actions-marketplace-validations/Archethic Web
This Github action lets you deploy any folder, file or static website to the Archethic Blockchain
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| seed | Seed of the transaction chain | yes | — |
| endpoint | Endpoint of the network, default is https://testnet.archethic.net | yes | https://testnet.archethic.net |
| path | Path of the folder/file/website, default ./ | yes | ./ |
| keychainFundingService | Keychain's service to funds the website transactions | — | — |
| keychainWebsiteService | Keychain's service for the deployed website | — | — |
| sslCertificateFile | File for the website's SSL certificate | — | — |
| sslKey | Website's SSL key | — | — |
| sendTransactionTimeout | Timeout for the send_transaction query (default=60000) | — | — |
| percentageOfConfirmations | 1-100 % of the confirmations success to mark the transaction as valid (default=50) | — | — |
Outputs
| name | description |
|---|---|
| transaction-address | Url where the folder/file/website is hosted |