add README.md

This commit is contained in:
haydenadams
2019-08-29 16:26:59 -04:00
parent 0e800be171
commit d6958dfec8
4 changed files with 20 additions and 9 deletions

17
README.md Normal file
View File

@ -0,0 +1,17 @@
## Installation:
1) Clone Uniswap
```
$ git clone https://github.com/Uniswap/contracts-vyper
$ cd contracts-vyper
```
2) Install dependencies
```
yarn
```
3) Run tests
```
yarn test
```