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).