Skip to content

Commit

Permalink
Merge pull request #1065 from moonbeam-foundation/themacexpert/lz
Browse files Browse the repository at this point in the history
LayerZero Link Updates
  • Loading branch information
eshaben authored Jan 22, 2025
2 parents c678015 + e8b3b26 commit 61d0732
Showing 1 changed file with 4 additions and 4 deletions.
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'

0 comments on commit 61d0732

Please sign in to comment.