From e3c3413fb374496310506391a70a27d3d4a86378 Mon Sep 17 00:00:00 2001 From: Martin Hofmann Date: Fri, 27 Dec 2024 11:38:33 +0100 Subject: [PATCH] add link to demo on github for tutorial (#178) --- .../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.