Пост
Поделитесь своими знаниями.
How to Install and Run a Walrus Node on Your System?
I'm interested in setting up a Walrus node. I've heard that Walrus is a decentralized storage solution and want to try running a node myself, but I'm not sure where to start. I've been told to refer to the docs for details but need a bit of help with the setup process.
- Walrus
- Typescript SDK
Ответы
1To set up a Walrus node, you can follow these steps: 1.Start by downloading and installing the 'walrus' binary suitable for your operating system. If you're on macOS, Ubuntu, or Windows, binaries are available for each platform. You can install Walrus using a script: Open your terminal and run curl -sSf https://docs.wal.app/setup/walrus-install.sh | sh
for a first-time Mainnet install, or use the -n testnet
flag for the Testnet version. Make sure $HOME/.local/bin
is in your $PATH
to use the walrus
command later. 2. For running a local testbed of Walrus, you need to clone the scripts/local-testbed.sh
from the Walrus git repository and execute it on your machine. This script sets up a local configuration for running Walrus. If you are using Windows, download walrus.exe
through PowerShell and place it in your PATH. The command is: (New-Object System.Net.WebClient).DownloadFile('https://storage.googleapis.com/mysten-walrus-binaries/walrus-testnet-latest-windows-x86_64.exe', 'walrus.exe')
.3. Once installed, you can verify your setup by running walrus --help
which displays all available commands and options. Make sure you have all prerequisites as detailed in the setup documentation.
Знаете ответ?
Пожалуйста, войдите в систему и поделитесь им.
Walrus is a decentralized storage and data availability protocol designed specifically for large binary files, or "blobs"