Last active
February 21, 2025 21:15
-
-
Save kkomelin/a6f2cc890e13dd6a5ec8d3e201bbbda0 to your computer and use it in GitHub Desktop.
Walrus and Walrus Site Builder Installation (Feb 21, 2025)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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