diff --git a/tutorials/by-product/connect/react-dapp.md b/tutorials/by-product/connect/react-dapp.md index 9f26b0c7..1dd14a35 100644 --- a/tutorials/by-product/connect/react-dapp.md +++ b/tutorials/by-product/connect/react-dapp.md @@ -5,6 +5,8 @@ description: Learn how to use Wormhole Connect to transfers tokens cross-chain s # Integrate Connect into a React DApp +You can find the complete project code for this tutorial in the [Sui-Connect GitHub repository](https://github.com/wormhole-foundation/demo-basic-connect){target=\_blank}. + ## Introduction In this tutorial, we’ll explore how to integrate [Wormhole Connect](https://github.com/wormhole-foundation/wormhole-connect){target=\_blank} to enable cross-chain token transfers and interactions. Wormhole Connect offers a simplified interface for developers to facilitate seamless token transfers between blockchains. Using Wormhole Connect, you can easily bridge assets across multiple ecosystems without diving into the complex mechanics of cross-chain communication. diff --git a/tutorials/by-product/cross-chain-contracts/cross-chain-token-contracts.md b/tutorials/by-product/cross-chain-contracts/cross-chain-token-contracts.md index 4d16be3f..af300bc1 100644 --- a/tutorials/by-product/cross-chain-contracts/cross-chain-token-contracts.md +++ b/tutorials/by-product/cross-chain-contracts/cross-chain-token-contracts.md @@ -5,6 +5,8 @@ description: Learn how to create cross-chain token transfers using Wormhole's So # Create Cross-Chain Token Transfer Contracts +You can find the complete project code for this tutorial in the [Cross-Chain Token Transfers GitHub repository](https://github.com/wormhole-foundation/demo-cross-chain-token-transfer){target=\_blank}. + ## Introduction In this tutorial, you'll learn how to create a simple cross-chain token transfer system using the Wormhole protocol via the [Wormhole Solidity SDK](https://github.com/wormhole-foundation/wormhole-solidity-sdk){target=\_blank}. We'll guide you through building and deploying smart contracts that enable seamless token transfers of IERC-20 tokens between blockchains. Whether you're a developer looking to explore cross-chain applications or just interested in the Wormhole protocol, this guide will help you understand the fundamentals. diff --git a/tutorials/by-product/wormhole-sdk/tokens-via-token-bridge.md b/tutorials/by-product/wormhole-sdk/tokens-via-token-bridge.md index 0ab02b3a..ed96ae34 100644 --- a/tutorials/by-product/wormhole-sdk/tokens-via-token-bridge.md +++ b/tutorials/by-product/wormhole-sdk/tokens-via-token-bridge.md @@ -5,6 +5,8 @@ description: Learn to build a cross-chain native token transfer app using Wormho # Transfer Tokens via the Token Bridge +You can find the complete project code for this tutorial in the [Wormhole's demo GitHub repository](https://github.com/wormhole-foundation/demo-basic-ts-sdk/){target=\_blank}. + ## Introduction This tutorial guides you through building a cross-chain token transfer application using the [Wormhole TypeScript SDK](https://github.com/wormhole-foundation/wormhole-sdk-ts){target=\_blank} and its [Token Bridge](/docs/learn/messaging/token-bridge/){target=\_blank} method. The Token Bridge method enables secure and efficient cross-chain asset transfers across different blockchain networks, allowing users to move tokens seamlessly. diff --git a/tutorials/by-product/wormhole-sdk/usdc-via-cctp.md b/tutorials/by-product/wormhole-sdk/usdc-via-cctp.md index d08a3ccc..80bd9441 100644 --- a/tutorials/by-product/wormhole-sdk/usdc-via-cctp.md +++ b/tutorials/by-product/wormhole-sdk/usdc-via-cctp.md @@ -5,6 +5,8 @@ description: Learn how to perform USDC cross-chain transfers using Wormhole SDK # Transfer USDC via CCTP and Wormhole SDK +You can find the complete project code for this tutorial in the [Wormhole's demo GitHub repository](https://github.com/wormhole-foundation/demo-cctp-transfer){target=\_blank}. + ## Introduction In this guide, we will show you how to bridge native USDC across different blockchain networks using [Circle's Cross-Chain Transfer Protocol](/learn/messaging/cctp/){target=\_blank} (CCTP) and [Wormhole’s TypeScript SDK](https://github.com/wormhole-foundation/wormhole-sdk-ts/tree/main){target=\_blank}.