An easy-to-use DEX aggregator that interacts with various Uniswap forks. Find the best trading rates and liquidity, and maximize your DeFi experience.
- Best Rate Discovery: Automatically discover the best rates across multiple DEXes.
- Low Slippage: Our system minimizes trade slippage by splitting trades across multiple liquidity pools.
- Gas Efficiency: Optimized contract calls ensure you save on gas costs.
- Easy Integration: Designed to be integrated with dApps, wallets, and other platforms.
- Node.js version
14.x
or higher - Ethereum wallet with some ETH for transaction fees
- Clone the repository:
- Navigate to the project directory
- Install the required dependencies: ** npm install **
-
Update the
.env
file with your Ethereum gateway provider's API key. -
Start the application: npm run start
-
Interact with the platform via the provided web interface or API endpoints.
- Uniswap V2
- Sushiswap
- Mode DEXs to come...
Want to add support for another DEX? Check the contributing guidelines.
We welcome contributions to improve this aggregator. Please follow the steps below:
- Fork the repository.
- Create a new branch (
git checkout -b feature/YourFeature
). - Commit your changes (
git commit -am 'Add some feature'
). - Push to the branch (
git push origin feature/YourFeature
). - Open a new Pull Request.
This project is licensed under the MIT License - see the LICENSE.md file for details.
- Thanks to all the Uniswap forks for creating such versatile platforms.
- The Ethereum community for invaluable tools and resources.
Happy trading! If you have any issues, please raise an issue