From 68cd312855e5d8c41cdb2ffb2d874ed550e8d003 Mon Sep 17 00:00:00 2001 From: FTI1DS <129849693+FTI1DS@users.noreply.github.com> Date: Tue, 25 Jun 2024 17:14:21 +0200 Subject: [PATCH] Update build-a-dapp.md Updated build-a-dapp Tutorial for geneva --- docs/Tutorials/build-a-dapp.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/docs/Tutorials/build-a-dapp.md b/docs/Tutorials/build-a-dapp.md index f5ff234..7ef2c93 100644 --- a/docs/Tutorials/build-a-dapp.md +++ b/docs/Tutorials/build-a-dapp.md @@ -3,16 +3,14 @@ title: Build a Dapp sidebar_position: 8 --- -This guide will help you build a dapp on MXC (Wannsee testnet)! The starter dapp highlights an important feature of MXC: sending secure cross-chain messages between Arbitrum and MXC. Read more about cross-chain messaging [here](/docs/Designs/Bridge). +This guide will help you build the MangaDrop dapp on MXC (Geneva testnet)! The airdrop dapp highlights an important feature of MXC: deploying ERC20 tokens and conducting airdrops seamlessly. You can deploy tokens, manage them, and execute airdrops all through our user-friendly interface. Read more about the functionalities and architecture in our detailed documentation [here](https://github.com/MXCzkEVM/token-airdrop-x2e/tree/geneva). ## Prerequisites - A curiosity to learn and build. ## Steps -1. Try Token [airdrop templates](https://github.com/MXCzkEVM/token-airdrop-x2e) to create airdrop in one-click -2. Visit the [dapp-slaps starter template](https://github.com/MXCzkEVM/dapp-slaps) to create an bridge dapp with one-click. - +1. Try Token [airdrop templates](https://github.com/MXCzkEVM/token-airdrop-x2e/blob/geneva/) to create airdrop in one-click ## Status page integration