Rise In Logo





Move on Sui Course

Install Sui on Windows

*If you want to continue with Remix IDE, you can skip this step.

You can access the Sui Download Manual here.

You should also set up this.

*Sui binaries installation may take a long time to complete depending on your computer's performance

*Make sure you have 20+GB of free space on your computer

You can access the codes used in the video below. 👇

1- Install WSL Ubuntu: wsl --install
2- Install Ubuntu updates: sudo apt update
3- Install dependency packages: sudo apt install curl git-all cmake gcc libssl-dev pkg-config libclang-dev libpq-dev build-essential
4- Install Rust: curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
5- Install Sui Binaries: cargo install --locked --git https://github.com/MystenLabs/sui.git --branch devnet sui
* If you get an error at the end of the installation, try reinstalling the binaries after running "rustup update stable" and "bash"
6- Install nvm: curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.7/install.sh | bash
7- Install node lts: nvm install --lts
8- Use nvm lts version: nvm use --lts
9- Install Move-Analyzer: cargo install --git https://github.com/move-language/move move-analyzer --branch sui-move --features "address32"
Rise In Logo

Rise together in web3