Skip to content
This repository was archived by the owner on Aug 13, 2024. It is now read-only.

Update build-a-dapp.md #52

Merged
merged 1 commit into from
Jun 27, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 2 additions & 4 deletions docs/Tutorials/build-a-dapp.md
Original file line number Diff line number Diff line change
@@ -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