Skip to main content
Version: Endpoint V1

Omnicounter.move.sol

A LayerZero User Application example to demonstrate message sending.

The Omnicounter

OmniCounter is a contract that increments a counter -- but there's a twist. This OmniCounter increments the counter on another chain.

The Details

To send cross chain messages, contracts will use an endpoint to send() from the source chain and lz_receive() to receive the message on the destination chain.