@valueswap/v2-periphery
Version:
🎚 Peripheral smart contracts for interacting with Valueswap V2
21 lines (12 loc) • 560 B
Markdown
# Valueswap V2
[](https://npmjs.com/package/@valueswap/v2-periphery)
In-depth documentation on Valueswap V2 is available at [valueswap.valuenetwork.live](https://valueswap.valuenetwork.live/docs).
The built contract artifacts can be browsed via [unpkg.com](https://unpkg.com/browse/@valueswap/v2-periphery@latest/).
# Local Development
The following assumes the use of `node@>=10`.
## Install Dependencies
`yarn`
## Compile Contracts
`yarn compile`
## Run Tests
`yarn test`