Token Swap Dapp
None
Introduction
The Token Swap dApp makes it easy to trade tokens. Just connect your wallet, like MetaMask, and you’re ready to swap tokens by entering their addresses and the amount you want to trade.It is an exercise to explore the web 3.0 world and smart contracts connections.
Features
- Connect Wallets: Quickly connect to MetaMask and other wallets.
- Swap Tokens: Just type in the token addresses and how much you want to swap.
- Clean Design: A user-friendly interface with Next UI and Chakra UI.
Try It Out
Check out the dApp live here: Token Swap dApp Demo.
Start Using It
To set up the dApp on your computer:
- Download the code from the repository.
- Run
yarn install
to get the needed software. - Use
yarn dev
to start the server. - Go to
[http://localhost:3000
](http://localhost:3000`) to see the dApp.
Technologies
Here’s what used to build the dApp:
- Next.js: For fast and scalable apps.
- Wagmi v2 & RainbowKit: For easy wallet connections.
- Chakra UI & Next UI: For a great look and feel.
Get Involved
Want to help out?love contributions from the community!
License
This project is open-source under the MIT License.