title |
---|
Learning Sui |
Sui: pronounced "sweet" without the "T" - with Transactions (loads of them), things are SWEET indeed. :-)
Welcome to the documentation for the Sui platform. Sui is built on the core Move programming language. This documentation assumes that you have a basic working knowledge of Move. To learn more about the differences between core Move and Sui Move, see How Sui Move differs from core Move.
For a deep dive into Sui technology, see the Sui Smart Contracts Platform white paper. Find answers to common questions about our roadmap and more in our FAQ.
Important: This site is available in two versions in the menu at top left: the default and stable Devnet branch and the Latest build upstream
main
branch. Use thedevnet
version for app development on top of Sui. Use the Latest buildmain
branch for contributing to the Sui blockchain itself. Always check and submit fixes to themain
branch.
The following list includes the recent updates to Sui and the documentation:
- Interact with the Sui network using our new Rust SDK, a collection of Rust language JSON-RPC wrapper and crypto utilities.
- Sui now supports development using Microsoft Windows 11, macOS, and Linux. See install Sui for the prerequisites of each operating system.
- You can now register to participate in Sui Incentivized Testnet as a validator!
- This site is now available in two versions in the menu at top left: the default and stable Devnet branch and the Latest build upstream
main
branch. Use thedevnet
version for app development on top of Sui. Use the Latest buildmain
branch for contributing to the Sui blockchain itself. Always check and submit fixes to themain
branch. sui::id
is nowsui::object
andVersionedID
is nowInfo
. Use the Object module that has replaced the former ID.move.- Find a list of single-writer apps that would benefit from Sui's advantages in handling simple transactions.
- Install the Sui Wallet Browser Extension to create NFTs, transfer coins, and carry out common transactions in a Chrome tab.
For a complete view of all changes in the Sui devnet
branch, see:
https://github.com/MystenLabs/sui/commits/devnet
For upstream updates in the main
branch, see:
https://github.com/MystenLabs/sui/commits/main
See the Sui doc/src
history for a complete changelog of updates to this site.
The links in the section point to information to help you start working with Sui.
Go to the Move Quick Start for information about installation, defining custom objects, object operations (create/destroy/update/transfer/freeze), publishing, and invoking your published code.
See the Sui CLI client Quick Start for information about installation, querying the chain, client setup, sending transfer transactions, and viewing the effects.
Proceed to the Sui Tutorial for a summary view of setting up your environment, starting a Sui network, gathering accounts and gas, and publishing and playing a game in Sui.
Finish with the detailed Programming with objects tutorial series offering detailed guidance on manipulating Sui objects, from creation and storage through wrapping and using child objects.
Navigate and search this site however you see fit. If you're new to Sui, we recommend that you review the following content in this order:
Learn - includes information to help you learn:
Build - includes information about how to:
- Install Sui
- Create smart contracts with Move
- Set up and configure a local Sui network
- Start a local JSON-RPC Gateway server
Explore - includes more in-depth information about:
Contribute - includes the following:
- Frequently Asked Questions
- Logging, Tracing, Metrics, and Observability
- Research Papers
- Sui Code of Conduct
Additional resources - lets you:
- Employ the Sui API Reference files for the Sui JSON-RPC API.
- View the Mysten Labs YouTube channel for introductory videos on technology and partners.