Contracts for Sui
OpenZeppelin Contracts for Sui is a Move library for building secure applications on Sui with production-oriented access and math primitives.
Getting Started
Overview (1.x)
Install packages, set up a Move project, and run a first end-to-end integration.
Learn
In-depth walkthroughs covering safe arithmetic, rounding, overflow handling, and ownership transfer policies.
Packages
Integer Math
Package-level guide for math primitives, including intent, module map, and usage boundaries.
Access
Package-level guide for access primitives, including transfer policy selection and safety models.