WowSwap is a cryptocurrency exchange platform that allows users to swap various cryptocurrencies without the need for sign-up, limits, or complications.
This repository contains the frontend interface of WowSwap. For the backend, please visit the WowSwap Backend Repository.
- Crypto Exchange: Swap cryptocurrencies easily.
- Theme Switch: Toggle between light and dark modes.
- Responsive Design: Optimized for both desktop and mobile devices.
- Wallet Integration: Pay with popular wallets like Natrium and Cake Wallet.
- QR Code Payment: Pay using QR codes for convenience.
- Real-time Updates: Get real-time updates on swap status.
To get started with WowSwap, clone the repository and install the dependencies:
git clone https://github.com/yourusername/wowswap-interface.git
cd wowswap-interface
npm install
# For testing
npm run dev
# For production
npm run build
npm run start