/uniswap-v2-contracts

A uniswap v2 clone starter-kit plus basic hardhat setup

Primary LanguageSolidity

Uniswap v2 clone startkit with hardhat

This repo serves as a start for anyone who wants to fork uniswap v2 ,it contains contracts and interfaces for both the core smart contracts and the router smart contract plus dependencies and a simple hardhat setup with the correct solidity versions.

Getting started

cd core

npm install 

#or 

yarn install

cd router

npm install 

#or 

yarn install

Goodluck!!!