18 lines
179 B
Markdown
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
|
|
```
|