Writing Move Packages
Learn how to write Move smart contract packages for the Sui blockchain, including syntax fundamentals, best practices, and package structure.
Learn how to write Move smart contract packages for Sui, including syntax fundamentals, best practices, and package structure.
What are Move Packages?
Sui uses Move through three constructs. They are packages, modules, and objects.
Move Concepts
Move is an open source language for writing safe packages to manipulate onchain objects.
Move Syntax Fundamentals
A comprehensive reference for Move language syntax fundamentals, covering modules, types, structs, abilities, functions, generics, control flow, and more.
Move Best Practices
Recommended Move best practices for Sui development.