What problem does it solve?
Sui CLI installation and version-management friction causes “command not found”, network/protocol build issues, and “client/server api version mismatch” warnings that block development and transactions.
Core Features & Use Cases
- Install Sui toolchain with suiup: Set up the Sui CLI using the official suiup installer and manage network-targeted binaries.
- Update and switch versions correctly: Perform the required two-step process (update downloads; switch activates) to align your local CLI with the network.
- Troubleshoot common setup failures: Resolve version mismatches and missing command errors by verifying active defaults and installing optional tooling on demand (e.g., Walrus, MVR, Move Analyzer).
Quick Start
Tell the AI to install and activate the correct Sui CLI version for testnet using suiup, then verify it with sui --version.