@windfallswap/periphery
Version:
🎚 Peripheral smart contracts for interacting with Windfall Swap
25 lines (13 loc) • 730 B
Markdown
# Windfall Swap
[](https://github.com/WindfallSwap/windfallswap-periphery/actions)
[](https://npmjs.com/package/@windfallswap/periphery)
In-depth documentation on Windfall Swap is available at [windfallswap.com](https://windfallswap.com/docs).
The built contract artifacts can be browsed via [unpkg.com](https://unpkg.com/browse/@windfallswap/periphery@latest/).
# Local Development
The following assumes the use of `node@>=10`.
## Install Dependencies
`yarn`
## Compile Contracts
`yarn compile`
## Run Tests
`yarn test`