Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
NoahZinsmeister committed Apr 1, 2020
2 parents 797706d + 1f563ce commit 4ccc150
Showing 1 changed file with 14 additions and 18 deletions.
32 changes: 14 additions & 18 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,29 +1,25 @@
## The contents of this GitHub repo are confidential until this disclaimer is removed and the repo is made public

# UniswapV2
# Uniswap V2

[![Actions Status](https://github.com/Uniswap/uniswap-v2-core/workflows/CI/badge.svg)](https://github.com/Uniswap/uniswap-v2-core/actions)

## Local Development
In-depth documentation on Uniswap V2 is available at [uniswap.org](https://uniswap.org/docs).

# Local Development

The following assumes the use of `node@>=10`.

### Clone Repository
## Clone Repository

`git clone https://github.com/Uniswap/uniswap-v2-core.git`

## Install Dependencies

```
git clone https://github.com/Uniswap/uniswap-v2-core.git
cd uniswap-v2-core
```
`yarn`

### Install Dependencies
## Compile Contracts

```
yarn
```
`yarn compile`

### Compile Contracts and Run Tests
## Run Tests

```
yarn compile
yarn test
```
`yarn test`

0 comments on commit 4ccc150

Please sign in to comment.