# Valueswap V2
[![Version](https://img.shields.io/npm/v/@valueswap/v2-core)](https://www.npmjs.com/package/@valueswap/v2-core)

In-depth documentation on Valueswap V2 is available at [site.name](https://site.name/docs).

The built contract artifacts can be browsed via [unpkg.com](https://unpkg.com/browse/@valueswap/v2-core@latest/).


# Local Development
The following assumes the use of `node@>=10`.


## Install Dependencies
`yarn`


## Compile Contracts
`yarn compile`


## Run Tests
`yarn test`


## Deployment
See in [DEPLOYMENT](/docs/DEPLOYMENT.md)
