Publicación
Comparte tu conocimiento.
How can I install Walrus CLI on macOS?
I'm trying to get Walrus CLI set up on my Mac but I'm not sure of the steps. Can anyone guide me on how to properly install it?
- Walrus
- Typescript SDK
Respuestas
2To install Walrus CLI on your Mac, you can download the client binary directly for your system CPU architecture (either Apple Silicon or Intel). You can get these binaries from the Walrus site:
Alternatively, you can use a script for the installation by running this command in your terminal which downloads the latest Mainnet version:
curl -sSf https://docs.wal.app/setup/walrus-install.sh | sh
Make sure the "$HOME"/.local/bin
directory is in your $PATH
, and you should be good to execute Walrus commands from your terminal by typing walrus
.
If you need more help, you can check the operator guide which might have further information and tips on using Walrus.
Sabes la respuesta?
Inicie sesión y compártalo.