What problem does it solve?
This Skill helps you design, execute, and troubleshoot reliable Walrus blob storage and static content hosting in Sui applications, without getting tripped up by the public-by-default reality of Walrus data.
Core Features & Use Cases
- Integrate Walrus storage safely: Choose between publisher/aggregator HTTP APIs, the TypeScript SDK, upload relay, or the walrus CLI based on your client constraints.
- Upload, read, and manage data correctly: Register blobs on-chain, upload slivers, certify availability (PoA), read back bytes, and handle retryable client errors with the right reset behavior.
- Build for production hosting: Deploy static websites to Walrus Sites using site-builder concepts (including configuration and troubleshooting) and configure routing/headers via ws-resources.json.
Quick Start
Use the TypeScript SDK with an upload relay to write a file to Walrus from your Sui dApp without browser fan-out.