Skip to content

Latest commit

 

History

History
47 lines (32 loc) · 3.09 KB

index.md

File metadata and controls

47 lines (32 loc) · 3.09 KB
title
Learning Sui

Welcome to the documentation for the Sui platform. Since Sui is built upon the core Move programming language, you should familiarize yourself with it and use this content to apply the differences. For a summary of these differences, see Sui compared to other blockchains.

For a deep dive into Sui technology, see the Sui Smart Contracts Platform white paper.

Kickstart development

Move quick start

See the Move Quick Start for installation, defining custom objects, object operations (create/destroy/update/transfer/freeze), publishing, and invoking your published code.

Wallet quick start

See the Wallet Quick Start for installation, querying the chain, client setup, sending transfer transactions, and viewing the effects.

Navigate this site

Navigate and search this site however you see fit. Here is the order we recommend if you are new to Sui:

  1. Learn about Sui, how Sui differs from Move, and how Sui works starting in this very section.
  2. Build smart contracts, wallets, authorities, transactions, and more.
  3. Explore NFTs, make transfers, and see the Sui API.
  4. Contribute to Sui by joining the community, making enhancements, and learning about Mysten Labs.

Use supporting sites

Take note of these related repositories of information to make best use of the knowledge here:

Provide feedback/make fixes

Send us documentation fixes or requests for improvement at: [email protected]

You may also suggest changes to the docs directly in GitHub right here using the Source Code link below.

Simply edit the file in question and generated a pull request. We will get back to you shortly.