Skip to content

Instantly share code, notes, and snippets.

View kkomelin's full-sized avatar

Konstantin Komelin kkomelin

View GitHub Profile
@kkomelin
kkomelin / walrus-install.sh
Last active February 21, 2025 21:15
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