Course Overview We will:
brew
using the following command:/bin/bash -c "$(curl -fsSL <https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh>)"
cURL
using the following command:brew install curl
CMake
using the following code:brew install cmake
brew install git
curl --proto '=https' --tlsv1.2 -sSf <https://sh.rustup.rs> | sh
devnet
cargo install --locked --git <https://github.com/MystenLabs/sui.git> --branch devnet sui
depending on where you want to test, you can choose either devnet
or testnet
Sui takes a long time to install, so just be patient and talk to other devs about life 😃