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.
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.
For Move development, the best IDE is vscode with this plugin. Some alternative IDE options are here.
Continue your journey through: