LayerZero enables seamless communication between different blockchain networks. In these examples, an action on one chain (e.g. Ethereum) triggers a reaction on another (e.g. Aptos) without a central relay.
Introduction
LayerZero powers omnichain applications (OApps) by enabling cross‑chain messaging. These guides provide step‑by‑step instructions on deploying a simple OApp across chains—using an opinionated default configuration to ease the process. We present two variants:- EVM-Based: Using Hardhat (and Foundry) to deploy and wire Solidity contracts.
- Aptos-Based: Using the Aptos CLI and Move‑VM scripts to deploy and configure your omnichain app (OFT) on Aptos alongside your EVM deployments.