MystenLabs / walrus-sites

Walrus Sites: Decentralized Websites using Sui and Walrus.
https://docs.walrus.site/walrus-sites/intro.html
Apache License 2.0
11 stars 14 forks source link

feat(site-builder): publish sites with large resources #15

Closed giac-mysten closed 5 months ago

giac-mysten commented 5 months ago

The site builder can now publish resources up to 256KB (compressed). It does so in an idempotent way. If a resource is only partially published and the command aborts, it can be re-run and the publishing is completed.

Closes #6