Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ammahmoudi/token-swap-dapp
A simple dapp to connect with wallets and swap tokens in blockchain networks.
https://github.com/ammahmoudi/token-swap-dapp
bitcoin blockchain dapp nextjs swapper token wagmi wagmi-v2-example wallet web3
Last synced: 4 days ago
JSON representation
A simple dapp to connect with wallets and swap tokens in blockchain networks.
- Host: GitHub
- URL: https://github.com/ammahmoudi/token-swap-dapp
- Owner: ammahmoudi
- Created: 2024-06-03T10:24:44.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-06-28T18:30:27.000Z (5 months ago)
- Last Synced: 2024-06-29T19:10:38.325Z (5 months ago)
- Topics: bitcoin, blockchain, dapp, nextjs, swapper, token, wagmi, wagmi-v2-example, wallet, web3
- Language: TypeScript
- Homepage: https://token-swap-dapp-gold.vercel.app
- Size: 769 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Token Swap dApp
![cover](/images/cover.jpg)
## 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](https://token-swap-dapp-gold.vercel.app).## Start Using It
To set up the dApp on your computer:
1. Download the code from the repository.
2. Run `yarn install` to get the needed software.
3. Use `yarn dev` to start the server.
4. Go to `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.