UNPKG

456 BMarkdownView Raw
1# Retherswap Liquidity Staker
2
3[![Version](https://img.shields.io/npm/v/@retherswap/liquidity-staker)](https://www.npmjs.com/package/@retherswap/liquidity-staker)
4
5The built contract artifacts can be browsed via [unpkg.com](https://unpkg.com/browse/@retherswap/liquidity-staker@latest/).
6
7# Local Development
8
9The following assumes the use of `node@>=10`.
10
11## Install Dependencies
12
13`yarn`
14
15## Compile Contracts
16
17`yarn compile`
18
19## Run Tests
20
21`yarn test`
22
23