Skip to main content
Version: Endpoint V1

Contract Standards Overview

Take a look at our Solidity Examples repo or some great template code to get you started

info

It is recommended User Applications implement NonblockingLzApp which allow you to easily override two functions to add send + receive functionality to your contracts!

The primary way to implement LayerZero messaging in your contract is to use LzApp or NonblockingLzApp

There are implementations of Tokens (OFT) and NFTs (ONFT) as well: