add prettier

test in typescript

add GPL license

pin solc version

add CI
This commit is contained in:
Noah Zinsmeister
2019-10-22 11:38:01 -04:00
parent 9c4b7cc1da
commit f5c196350f
15 changed files with 1008 additions and 380 deletions

View File

@ -1,17 +1,21 @@
## Installation:
# Uniswap v2 Smart Contracts
## Development
### Clone
1) Clone Uniswap
```
$ git clone https://github.com/Uniswap/uniswap-v2
$ cd uniswap-v2
git clone https://github.com/Uniswap/uniswap-v2.git
cd uniswap-v2
```
2) Install dependencies
### Install Dependencies
```
yarn
```
3) Run tests
### Compile Contracts and Run Tests
```
yarn compile
yarn test
```