Bài viết
Chia sẻ kiến thức của bạn.
Alina QA34
May 12, 2025
Hỏi đáp Chuyên Gia
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
1
2
Chia sẻ
Bình luận
Câu trả lời
2Jun 17 2025, 14:47
This command installs the Sui CLI, which allows you to interact with the blockchain.
0
Câu trả lời chính thức
Bình luận
Bạn có biết câu trả lời không?
Hãy đăng nhập và chia sẻ nó.