Skip to content

Commit

Permalink
Update learn/features/xchain-plans.md
Browse files Browse the repository at this point in the history
Co-authored-by: albertov19 <64150856+albertov19@users.noreply.github.com>
  • Loading branch information
themacexpert and albertov19 committed Apr 26, 2024
1 parent 5486bcb commit 3251b0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion learn/features/xchain-plans.md
Expand Up @@ -5,7 +5,7 @@ description: This guide covers the ways you can build cross-chain dApps with Moo

# Cross-Chain Communication Methods

Moonbeam makes it easy for developers to build smart contracts that connect across chains, both within the Polkadot ecosystem and outside the Polkadot ecosystem. This guide will provide an overview of the underlying protocols that enable cross-chain communication and how you can leverage them to build connected contracts. For step-by-step guides of how to put these principles into practice, be sure to check out the [interoperability tutorials](/tutorials/interoperability/){target=\_blank}.
Moonbeam makes it easy for developers to build smart contracts that connect across chains, both within the Polkadot ecosystem and outside the Polkadot ecosystem. This page will provide an overview of the underlying protocols that enable cross-chain communication and how you can leverage them to build connected contracts. For step-by-step guides of how to put these principles into practice, be sure to check out the [interoperability tutorials](/tutorials/interoperability/){target=\_blank}.

Two key terms that will come up frequently in this guide are XCM and GMP. [XCM](https://docs.moonbeam.network/builders/interoperability/xcm/){target=\_blank} refers to cross-consensus messaging, and it's Polkadot's native interoperability language that facilitates communication between Polkadot blockchains. You can read more about the [standardized XCM message format](https://wiki.polkadot.network/docs/learn-xcm){target=\_blank} and [How to Get Started Building with XCM](https://docs.moonbeam.network/builders/interoperability/xcm/){target=\_blank}.

Expand Down

0 comments on commit 3251b0d

Please sign in to comment.