Post
Share your knowledge.
Alina QA29
May 12, 2025
Expert Q&A
Setting Up a Sui Development Environment
To get started with Sui, you need to install the necessary dependencies and interact with the Sui CLI.
- Install Sui Client
bash
curl -sSf https://sui.dev/install.sh | bash
This command
installs the Sui CLI, which allows you to interact with the blockchain.
- Verify Installation
bash
sui --version
If the installation was successful, you should see the installed version.
- tag1
- tag2
0
0
Share
Comments
Do you know the answer?
Please log in and share it.