UNPKG

677 BMarkdownView Raw
1# Uniswap V2
2
3[![Actions Status](https://github.com/VenomProtocol/venomswap-periphery/workflows/CI/badge.svg)](https://github.com/VenomProtocol/venomswap-periphery/actions)
4[![npm](https://img.shields.io/npm/v/@venomswap/periphery?style=flat-square)](https://npmjs.com/package/@venomswap/periphery)
5
6In-depth documentation on Uniswap V2 is available at [uniswap.org](https://uniswap.org/docs).
7
8The built contract artifacts can be browsed via [unpkg.com](https://unpkg.com/browse/@venomswap/periphery@latest/).
9
10# Local Development
11
12The following assumes the use of `node@>=10`.
13
14## Install Dependencies
15
16`yarn`
17
18## Compile Contracts
19
20`yarn compile`
21
22## Run Tests
23
24`yarn test`