Skip to content

Latest commit

 

History

History
32 lines (25 loc) · 962 Bytes

README.md

File metadata and controls

32 lines (25 loc) · 962 Bytes

Mimic Exchange

Lint Tests Styled With Prettier

Mimic exchange is a protocol for decentralized exchange of Ethereum tokens that forked from Uniswap.

Requirements

  • Ganache
  • Truffle
  • Metamask
  • Yarn
  • Mimic finance core repository

First, run the development server:

git clone -b develop git@github.com:Mimic-Finance/mimic-exchange.git
  • Install Dependency
yarn install
  • Run your app
yarn start