What problem does it solve?
This Skill helps you publish, update, and troubleshoot decentralized static websites on Walrus Sites, including preventing outages caused by blob expiration and fixing SPA routing issues.
Core Features & Use Cases
- Publish new Walrus Sites deployments with the
site-builder publish command, including selecting safe --epochs lifetimes.
- Update existing sites in place with
site-builder update and update-resources, preserving the same site object and avoiding new URLs.
- Manage critical configuration and lifecycle details such as
ws-resources.json, SPA route fallback via routes, custom caching headers via headers, and diagnosing failures using site-builder sitemap expiration dates.
- Administer site operations including destroying a site and extending blob storage before expiry.
Quick Start
Use the Walrus Sites publishing workflow by building your frontend and then running site-builder publish --epochs 30 dist/ for a testnet deployment.