Skip to main content
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.
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.

To find all of LayerZero’s contracts for Aptos Move, visit the LayerZero V2 Protocol Repo.

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.
You can also ask for help or follow development in the Discord.