Next Steps
If you have followed the Getting Started path, you should be ready to continue your journey on Sui. This page details how to continue learning, additional resources, and ways to join the developer community.
Click to open
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) │
├───────────────┼────────────────────┼──────────────────┤