Local Node Setup

  1. Install Sui binaries from the devnet branch:

cargo install --locked --git https://github.com/MystenLabs/sui.git --branch devnet sui
  1. Update to the latest stable version of Rust:

rustup update stable
  1. Download VS Code dependencies for Move:

cargo install --git https://github.com/move-language/move move-analyzer --branch sui-move --features "address32"
  1. Clone the Sui repository

git clone https://github.com/MystenLabs/sui.git --branch devnet

Last updated