Sui Stack
Learn about the different components and primitives of the Sui Stack.
Sui Stack
Learn about the different components and primitives of the Sui Stack.
Access Onchain Time
Access network-based time for your transactions. Sui provides a Clock module to capture near-real time or epoch time in your Sui packages.
Onchain Randomness
Randomness is a valuable tool to simulate chance onchain, but can also expose flaws in your logic. Understanding the vulnerabilities and accounting for them can mitigate the threat exposure for your smart contracts.
Sagat
Sagat is a multisig management platform designed for managing Sui multisig wallets.
Custom Indexer and Walrus
Walrus is a content-addressable storage protocol, where data is retrieved using a unique identifier derived from the content itself, rather than from a file path or location. Integrating a custom Sui Indexer with Walrus can provide novel user experiences.