@valueswap/v2-core
Version:
🎛 Core contracts for the ValueswapV2 protocol
27 lines (14 loc) • 558 B
Markdown
# Valueswap V2
[](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)