enehizy / uniswap-v2-contracts

A uniswap v2 clone starter-kit plus basic hardhat setup

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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!!!

About

A uniswap v2 clone starter-kit plus basic hardhat setup


Languages

Language:Solidity 99.9%Language:JavaScript 0.1%