Back to Sui

Packages

docs/content/guides/developer/packages/index.mdx

latest414 B
Original Source

A Move package on Sui includes one or more modules that define the package's interaction with on-chain objects. You develop the logic for those modules in Move, compile them into an object, and publish that package object to a Sui network. On-chain, anyone can view a package's contents and see how its logic manipulates objects using a Sui Explorer.

import DocCardList from '@theme/DocCardList';

<DocCardList />