In this video, I walk you through how to install and set up **Walrus**, a decentralized file management protocol built on Sui, using the official documentation:
📄 [https://docs.wal.app/usage/setup.html](https://docs.wal.app/usage/setup.html)
🔧 *What You'll Learn:*
Installing Walrus with a simple shell script
Setting up your environment variables
Downloading and configuring the `client_config.yaml`
Verifying the installation
🧪 We're using the `testnet` for this setup to keep everything beginner-friendly and safe to test.
🖥️ *Commands Used in the Video:*
```bash
curl -sSf https://docs.wal.app/setup/walrus-ins... | sh -s -- -n testnet
export PATH="$HOME/.local/bin:$PATH"
walrus --help
mkdir -p ~/.config/walrus/
curl https://docs.wal.app/setup/client_con... -o ~/.config/walrus/client_config.yaml
ls ~/.config/walrus/
```
💡 If you're building on Sui and want to work with decentralized storage, Walrus is a great tool to get started with.
👉 Don’t forget to like, share, and subscribe for more web3 + Sui content!
#SuiBlockchain #Walrus #Web3Storage #DecentralizedStorage #SuiDev #Web3Tutorial