/uniswap-clone

Uniswap is a decentralized cryptocurrency exchange that uses a set of smart contracts to execute trades on its exchange. It`s an open source project and falls into the category of a DeFi product because it uses smart contracts to facilitate trades

Primary LanguageTypeScript

Uniswap Clone

System Requirements

# Node.js 16.8 or later.
# MacOS, Windows (including WSL), and Linux are supported.

Prerequisites

# Download the Node js and setup your environment

# Check your node version
$ node -v

# Check package manager version
$ yarn -v (or) npm -v

Quick Start

# Clone the application
$ git clone https://github.com/kirankumargonti/uniswap-clone.git

# Install dependencies
$ yarn install (or) npm install

# Serve on localhost:3000
$ yarn run dev (or) npm run dev

After cloning, modify the given .env.local file, and populate it with the following variables

NEXT_PUBLIC_INFURA_KEY = 'Update your Infura Key'