Search
K
Comment on page

Getting Started

The LzApp Standard provides developers with a generic message passing interface to send and receive arbitrary pieces of data between contracts existing on different blockchain networks. This interface can easily be extended to include anything from specific financial logic in a DeFi application, a voting mechanism in a DAO, and broadly any smart contract use case.
LzApp lends access to two essential functions:
  • _lzSend: the function your application must implement to send an omnichain message
  • _lzReceive: the function to receive an omnichain message
You can dive right in with a simple code example here.