Local Node Setup
Install Sui binaries from the
devnet
branch:
cargo install --locked --git https://github.com/MystenLabs/sui.git --branch devnet sui
Update to the latest stable version of Rust:
rustup update stable
Download 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 devnet
Last updated