https://github.com/chiragbadhe/zeruswap
Zeruswap: A seamless, decentralized token swap interface leveraging Uniswap V3. Enjoy real-time analytics, efficient gas estimation, slippage control, and intuitive UX for trading tokens effortlessly.
https://github.com/chiragbadhe/zeruswap
Last synced: 2 months ago
JSON representation
Zeruswap: A seamless, decentralized token swap interface leveraging Uniswap V3. Enjoy real-time analytics, efficient gas estimation, slippage control, and intuitive UX for trading tokens effortlessly.
- Host: GitHub
- URL: https://github.com/chiragbadhe/zeruswap
- Owner: chiragbadhe
- Created: 2024-11-29T11:22:56.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-12-01T08:43:36.000Z (6 months ago)
- Last Synced: 2025-03-28T03:16:41.168Z (2 months ago)
- Language: TypeScript
- Homepage: https://zeruswap.vercel.app
- Size: 2.41 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Zeruswap

Zeruswap is a decentralized exchange (DEX) built on the Ethereum blockchain, allowing users to swap tokens seamlessly and securely. This project aims to provide a user-friendly interface and efficient trading experience. Zeruswap is built using the Uniswap V3 SDK, leveraging its powerful features for optimal trading performance.
## Getting Started
To get started with Zeruswap, follow these steps:
### Prerequisites
Make sure you have the following installed:
- Node.js (version 14 or higher)
- Yarn### Installation
1. Clone the repository:
```bash
git clone https://github.com/chiragbadhe/zeruswap.git
cd zeruswap
```2. Install the dependencies:
```bash
yarn install
```### Running the project
```bash
yarn dev
```