You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# Install Rust
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
# Install Sui binaries with Cargo
cargo install --locked --git https://github.com/MystenLabs/sui.git --branch mainnet sui --features tracing
# Install Sui Move CLI formatter that neovims prettier plugin will use
sudo npm i -g prettier @mysten/prettier-plugin-move