Local Node Setup
Install Sui binaries from the
devnetbranch:
cargo install --locked --git https://github.com/MystenLabs/sui.git --branch devnet suiUpdate to the latest stable version of Rust:
rustup update stableDownload VS Code dependencies for Move:
cargo install --git https://github.com/move-language/move move-analyzer --branch sui-move --features "address32"Clone the Sui repository
git clone https://github.com/MystenLabs/sui.git --branch devnetLast updated