Skip to content

Latest commit

 

History

History
33 lines (24 loc) · 1.2 KB

install.md

File metadata and controls

33 lines (24 loc) · 1.2 KB
title
Install Sui

Sui is written in Rust, and we are using Cargo to build and manage the dependencies. As a prerequisite, you will need to install Cargo version 1.59.0 or higher in order to build and install Sui on your machine.

CLIs

After installing cargo, run:

cargo install --git https://github.com/MystenLabs/sui.git

This will put three binaries in your PATH:

  • sui-move: Build and test Move packages.
  • wallet: Run a local Sui network and gateway service accessible via the wallet CLI. The wallet CLI manage keypairs to sign/send transactions.
  • rest_server: Run a local Sui network and gateway service accessible via a REST interface.

IDE

For Move development, the best IDE is vscode with this plugin. Some alternative IDE options are here.

Next steps

Continue your journey through: