Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

LayerZero Link Updates #1065

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions builders/interoperability/protocols/layerzero.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ description: Learn about LayerZero, a GMP protocol for cross-chain asset transfe

[LayerZero](https://layerzero.network){target=\_blank} delivers secure omnichain interoperability for Web3. It consists of an Oracle actor and a Relayer actor that work separately to provide secure messages from one chain to another. LayerZero's infrastructure enables dApp users to interact with any asset or application, on any connected chain, with one click.

LayerZero is a transport layer that enables asset transfer with low-level communication primitives. DApps that utilize LayerZero are known as User Applications, whose messages are relayed across chains by a Relayer, and whose messages are verified on the destination chain by an Oracle's block headers. Take a look at the tech stack diagram below and their [conceptual documentation](https://layerzero.gitbook.io/docs/faq/messaging-properties){target=\_blank} for more details.
LayerZero is a transport layer that enables asset transfer with low-level communication primitives. DApps that utilize LayerZero are known as User Applications, whose messages are relayed across chains by a Relayer, and whose messages are verified on the destination chain by an Oracle's block headers. Take a look at the tech stack diagram below and their [conceptual documentation](https://docs.layerzero.network/v2/home/v2-overview){target=\_blank} for more details.

![LayerZero Technology Stack diagram](/images/builders/interoperability/protocols/layerzero/layerzero-1.webp)

Expand All @@ -21,15 +21,15 @@ The LayerZero APIs provide a rich suite for developing Web3 applications, ensuri

There are a couple of resources to get you started building cross-chain applications with LayerZero:

- **[Developer documentation](https://layerzero.gitbook.io/docs){target=\_blank}** - for technical guides
- **[Developer documentation](https://docs.layerzero.network/v2){target=\_blank}** - for technical guides
- **[Stargate](https://stargate.finance){target=\_blank}** - a bridging UI that uses LayerZero, built by the Stargate team

## Contracts {: #contracts }

See the list of LayerZero contracts deployed to Moonbeam, and the networks connected to Moonbeam through LayerZero.

- **MainNet Contracts** - [Moonbeam](https://layerzero.gitbook.io/docs/technical-reference/mainnet/supported-chain-ids#moonbeam){target=\_blank}
- **MainNet Contracts** - [Moonbeam](https://docs.layerzero.network/v2/developers/evm/technical-reference/deployed-contracts#moonbeam){target=\_blank}

- **TestNet Contracts** - [Moonbase Alpha](https://layerzero.gitbook.io/docs/technical-reference/testnet/testnet-addresses#moonbeam-testnet){target=\_blank}
- **TestNet Contracts** - [Moonbase Alpha](https://docs.layerzero.network/v2/developers/evm/technical-reference/deployed-contracts#moonbase){target=\_blank}

--8<-- 'text/_disclaimers/third-party-content.md'