If you are considering contributing, please read our contributing guidelines.
capacity
: A site showing the utilization of storage on Walrus, as well as the blob registration events. https://capacity.walrus.siteflatland
: Site showcasing automated site generation from NFTs. https://flatland.walrus.sitepublish
: Allows to publish blob to Walrus. This has been taken from the Walrus docs examples. https://publish.walrus.siteredirect-blog
: A simple redirect fromblog
to a specificdocs
page. Currently only redirects to thewalrus.site
portal. https://publish.walrus.sitewalrus-snake
: The simple snake-like game featuring a walrus. https://walrusgame.walrus.site
The update_all_sites.py
script is used to update all the sites in this repo at the same time.
Note that to run the script, you must have:
- the Sui CLI, configured with the wallet the owns the sites;
- the Walrus CLI and config; and
- the Walrus Sites CLI and config.
Uses Python 3.11, with Pydantic and Pyyaml as dependencies.