Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 1.2 KB

README.md

File metadata and controls

26 lines (18 loc) · 1.2 KB

A collection of example Walrus Sites

Contirbuting

If you are considering contributing, please read our contributing guidelines.

The examples

Sites update script

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.