Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 553 Bytes

File metadata and controls

11 lines (9 loc) · 553 Bytes
description Core Sui and Move concepts: packages, accounts, transactions, addresses, and how data is stored on the Sui blockchain.

Concepts

In this chapter you will learn about the basic concepts of Sui and Move: what a package is and how to interact with it, what an account and a transaction are, and how data is stored on Sui. While this chapter is not a complete reference - refer to the Sui Documentation for that - it will give you a good understanding of the concepts required to write Move programs on Sui.