add prettier
test in typescript add GPL license pin solc version add CI
This commit is contained in:
16
README.md
16
README.md
@ -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
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user