Move is a safe and flexible programming language for smart contracts, initially developed for the Libra (now Diem) blockchain and later adopted by blockchains like Aptos. With the introduction of LayerZero support for Aptos Move, developers can now build omnichain applications (OApps) on Aptos Move-based chains such as Aptos, Initia, and Movement.Documentation Index
Fetch the complete documentation index at: https://docs.layerzero.network/llms.txt
Use this file to discover all available pages before exploring further.
All of these chains utilize the same version of Move based on the Aptos flavor, meaning the Move modules in this section all natively support each chain.
LayerZero Move Contract Standards
OApp Standard
The Omnichain Application (OApp) Standard, the boilerplate base for implementing crosschain messaging.
OFT Standard
Extension of OApp, combining the fungible token standard with core bridge logic to create Omnichain Fungible Tokens.
Configuration
Deploy / Wire Aptos (CLI)
Configure which decentralized verifier networks (DVNs) and Executors secure your messages.
Aptos Executor Options
Configure how much gas limit and native gas token should be delivered during message execution.
Protocol Configurations
Configure which decentralized verifier networks (DVNs) and Executors secure your messages.
Tooling
LayerZero provides developer tooling to simplify the contract creation, testing, and deployment process on Move-based chains:- LayerZero Scan: A comprehensive block explorer, search, API, and analytics platform for tracking and debugging your omnichain transactions.