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:
-
Run Mimic finance core follow this link: https://github.com/Mimic-Finance/mimic-finance-core
-
Clone this repository with SSH
git clone -b develop [email protected]:Mimic-Finance/mimic-exchange.git
- Install Dependency
yarn install
- Run your app
yarn start