Prerequisites:
Installation on Windows
- Head to: https://github.com/MystenLabs/sui/releases/tag/devnet-v1.29.0
- Scroll down to Assets

- Click on sui-devnet-v1.29.0-windows-x86_64.tgz (It will automatically install on your device)
Once it is downloaded:
2. Extract files/ Extract all into your desired directory
Once you are done extracting:
3. Click into the extracted folder and click at the top of the navigation bar and copy the file path

[Example of your file path: C:\Users\User\Downloads\sui-devnet-v1.29.0-windows-x86_64 (depends on where you extract your folder into)]
- Click on your Window button on your keyboard and look for “Edit the system environment variables”

- Click on Environment Variables
Under System Variables look for PATH.
- Click on Path and edit
- Click on New and paste the file path into it and click on OK to save changes.
- Open PowerShell and run the following command to verify if the CLI is installed.
sui --version

Setup Suiet Wallet