UNPKG

558 BMarkdownView Raw
1# Valueswap V2
2[![Version](https://img.shields.io/npm/v/@valueswap/v2-core)](https://www.npmjs.com/package/@valueswap/v2-core)
3
4In-depth documentation on Valueswap V2 is available at [site.name](https://site.name/docs).
5
6The built contract artifacts can be browsed via [unpkg.com](https://unpkg.com/browse/@valueswap/v2-core@latest/).
7
8
9# Local Development
10The following assumes the use of `node@>=10`.
11
12
13## Install Dependencies
14`yarn`
15
16
17## Compile Contracts
18`yarn compile`
19
20
21## Run Tests
22`yarn test`
23
24
25## Deployment
26See in [DEPLOYMENT](/docs/DEPLOYMENT.md)