From 52e931f931d9ef29a2f07219b197c6fd2b9591c4 Mon Sep 17 00:00:00 2001 From: Moody Salem Date: Tue, 13 Oct 2020 12:12:04 -0500 Subject: [PATCH] Update README.md --- README.md | 16 +--------------- 1 file changed, 1 insertion(+), 15 deletions(-) diff --git a/README.md b/README.md index 103211b8e..4ea47ad48 100644 --- a/README.md +++ b/README.md @@ -5,18 +5,4 @@ [![Tests](https://github.com/Uniswap/uniswap-v3-core/workflows/Tests/badge.svg)](https://github.com/Uniswap/uniswap-v3-core/actions?query=workflow%3ATests) [![Lint](https://github.com/Uniswap/uniswap-v3-core/workflows/Lint/badge.svg)](https://github.com/Uniswap/uniswap-v3-core/actions?query=workflow%3ALint) -# Local Development - -The following assumes the use of `node@>=10`. - -## Install Dependencies - -`yarn` - -## Compile Contracts - -`yarn compile` - -## Run Tests - -`yarn test` +Uniswap V3 is documented in the [Wiki](https://github.com/Uniswap/uniswap-v3-core/wiki).