Skip to content

Instantly share code, notes, and snippets.

@kkomelin
Last active February 21, 2025 21:15
Show Gist options
  • Select an option

  • Save kkomelin/a6f2cc890e13dd6a5ec8d3e201bbbda0 to your computer and use it in GitHub Desktop.

Select an option

Save kkomelin/a6f2cc890e13dd6a5ec8d3e201bbbda0 to your computer and use it in GitHub Desktop.
Walrus and Walrus Site Builder Installation (Feb 21, 2025)
SYSTEM=ubuntu-x86_64
# Install walrus.
curl https://storage.googleapis.com/mysten-walrus-binaries/walrus-testnet-latest-$SYSTEM -o walrus
chmod +x walrus
# Copy Warus config.
mkdir -p ~/.config/walrus/
curl https://raw.githubusercontent.com/MystenLabs/walrus-docs/refs/heads/main/docs/client_config.yaml \
-o ~/.config/walrus/client_config.yaml
# Install site-builder.
curl https://storage.googleapis.com/mysten-walrus-binaries/site-builder-testnet-latest-$SYSTEM -o site-builder
chmod +x site-builder
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment