Get Started
Run the following commands :
sudo apt update
sudo apt install curl
curl -sL https://dl.yarnpkg.com/debian/pubkey.gpg | sudo apt-key add -
echo "deb https://dl.yarnpkg.com/debian/ stable main" | sudo tee /etc/apt/sources.list.d/yarn.list
sudo apt install yarn -y
In Mac Yarn can be installed using the Homebrew package manager. To install Yarn on macOS, open a terminal and type:
brew install yarn
Note: Make sure that Homebrew is installed properly using the command below
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
Add the zus-sdk package for use in your project
yarn add @zerochain/zus-sdk
Last modified 2mo ago