Next Steps
If you have followed the Getting Started path, you should be ready to continue your journey on Sui. This page details additional resources, ways to join the developer community, and where to find sample applications.
Verify "Getting Started" essentials
To make sure you have everything you need, paste the following commands into a console in your local environment:
$ sui --version
$ sui client active-address
$ sui client active-env
$ sui client gas
If all commands are successful, your console displays output similar to the following:
sui [version_number]-[commit_hash]
0x6543...7241
testnet
╭───────────────┬────────────────────┬──────────────────╮
│ gasCoinId │ mistBalance (MIST) │ suiBalance (SUI) │
├───────────────┼────────────────────┼──────────────────┤
│ 0x1e86...63b2 │ 5041161576 │ 5.04 │
╰───────────────┴────────────────────┴──────────────────╯
If you receive an error, revisit the content relevant to the command that caused the error or lacked output.
Command | Successful if |
---|---|
sui --version | You installed Sui correctly. |
sui client active-address | You have a Sui address that is currently active. |
sui client active-env | You have set up a connection to Testnet that is currently active. |
sui client objects | You address owns SUI for testing. |
Additional documentation
The rest of the documentation on this site contains important concepts, guides, and examples for you to continue your Sui journey. There are also resources beyond this documentation that you can reference, as well as a large and growing community whose experience and knowledge you can leverage to get the most out of Sui.
SDK documentation
Mysten Labs, the company that initiated the creation of Sui, provides SDKs to interact with the network and associated assets. Visit the SDK docs to learn more.
The Move Book
Move is the language of smart contracts on Sui. The Move Book details the language.
Connect with the Sui community
- Join the Sui Discord
- Join Suinami Riders on Telegram
- Checkout the Sui Developer Forum
- Follow @SuiFoundation on X
Schedule office hours
Sign up for 1:1 sessions to get developer support or advice from the Sui team.
Awesome Sui
The Awesome Sui repo is a curated list of developer tools and infrastructure projects within the Sui ecosystem.
Upcoming hackathons
Check out upcoming hackathon events to build applications alongside other developers.
Developer newsletter
Sign up for the Sui Developer Newsletter to receive hyperfocused content to help you build on Sui.
Developer portal
Visit the Sui Developer Portal to find links to courses, videos, and other learning resources.
Looking for example projects?
Check out App Examples for sample projects like Blackjack, Trustless Swap, or Weather Oracle.