From 1d6b617dfba15e8d1c624eaf0aaab53103850485 Mon Sep 17 00:00:00 2001 From: martin0995 Date: Fri, 27 Dec 2024 11:15:31 +0100 Subject: [PATCH] add link to demo on github for tutorial --- .../by-product/contract-integrations/cross-chain-contracts.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tutorials/by-product/contract-integrations/cross-chain-contracts.md b/tutorials/by-product/contract-integrations/cross-chain-contracts.md index 485442d9..52d9c75b 100644 --- a/tutorials/by-product/contract-integrations/cross-chain-contracts.md +++ b/tutorials/by-product/contract-integrations/cross-chain-contracts.md @@ -5,6 +5,8 @@ description: Learn how to create cross-chain contracts using Wormhole's Solidity # Create Cross-Chain Messaging Contracts +:simple-github: [Source code on GitHub](https://github.com/wormhole-foundation/demo-wormhole-messaging){target=\_blank} + ## Introduction Wormhole's cross-chain messaging allows smart contracts to interact seamlessly across multiple blockchains. This enables developers to build decentralized applications that leverage the strengths of different networks, whether it's Avalanche, Celo, Ethereum, or beyond. In this tutorial, we'll explore using [Wormhole's Solidity SDK](https://github.com/wormhole-foundation/wormhole-solidity-sdk){target=\_blank} to create cross-chain contracts to send and receive messages across chains.