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