Files
uniswap-v2/README.md
2019-08-29 17:48:14 -04:00

18 lines
179 B
Markdown

## Installation:
1) Clone Uniswap
```
$ git clone https://github.com/Uniswap/uniswap-v2
$ cd uniswap-v2
```
2) Install dependencies
```
yarn
```
3) Run tests
```
yarn test
```