UNPKG

386 BMarkdownView Raw
1# Uniswap V2
2In-depth documentation on Uniswap V2 is available at [uniswap.org](https://uniswap.org/docs).
3
4The built contract artifacts can be browsed via [unpkg.com](https://unpkg.com/browse/@galaxyfarms/core@latest/).
5
6# Local Development
7
8The following assumes the use of `node@=12`.
9
10## Install Dependencies
11
12`yarn`
13
14## Compile Contracts
15
16`yarn compile`
17
18## Run Tests
19
20`yarn test`