LayerZero V2 Sui Packages
The LayerZero Protocol on Sui consists of several Move packages designed to facilitate the secure movement of data, tokens, and digital assets between different blockchain environments.
LayerZero provides Sui Move Packages that can communicate directly with the equivalent Solidity Contract Libraries and other blockchain implementations deployed across supported chains.
Sui and LayerZero
Sui uses the Move programming language and employs a unique execution model based on Programmable Transaction Blocks (PTBs) and the Call pattern (a hot potato implementation using Move's ability system where objects without drop or store must be explicitly consumed) to achieve cross-chain functionality without traditional dynamic dispatch.
Sui Move Packages
Sui Protocol Configurations
You can find all LayerZero Sui Packages here.
Tooling and Resources
Sui development relies on the Move programming language and the Sui CLI. For comprehensive information, see the Sui Documentation.
LayerZero provides developer tooling to simplify the package development, testing, and deployment process:
LayerZero Scan: a comprehensive block explorer, search, API, and analytics platform for tracking and debugging your omnichain transactions.
TypeScript SDKs:
@layerzerolabs/lz-sui-sdk-v2: Core SDK for interacting with LayerZero on Sui@layerzerolabs/lz-sui-oft-sdk-v2: OFT-specific SDK for token operations
You can also ask for help or follow development in the Discord.