This repository contains a decentralized exchange (DEX) simulation project with the following features:
-
Wallet and Blockchain Integration
- Integrated wagmi and RainbowKit with React Hooks to streamline wallet and blockchain interaction and management.
-
Real-time Cryptocurrency Data
- Connected to the Binance API using WebSocket to fetch real-time cryptocurrency price updates.
-
Efficient Data Indexing and Querying
- Utilized The Graph protocol for efficient data indexing and querying, enabling real-time blockchain data display.
-
Decentralized Token Swaps
- Integrated PancakeSwap for decentralized token swaps and liquidity management, leveraging its low fees and fast transaction capabilities.
-
Clone the repository:
git clone https://github.com/yourusername/dex-simulation.git cd dex-simulation
-
Install dependencies:
yarn install
-
Start the development server:
yarn start
This project is licensed under the MIT License.
Feel free to customize this description further based on your specific implementation!