Skip to main content

Sui Framework Reference

The Sui Framework includes the core onchain libraries for Move developers. These libraries provide the types and functions used to define objects, manage ownership, handle coins, emit events, and interact with other system-level features.

Browse the reference in either of the following formats:

The framework is organized into several packages:

  • sui-framework - Core types like object, transfer, coin, event, clock, and dynamic_field
  • sui-system - Validator set, staking, and governance modules
  • move-stdlib - Standard Move library with vector, option, string, and other foundational types