@windfallswap/core
Version:
🎛 Core contracts for the Windfall Swap protocol
25 lines (13 loc) • 690 B
Markdown
# Windfall
[](https://github.com/WindfallSwap/windfallswap-core/actions)
[](https://www.npmjs.com/package/@windfallswap/core)
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/core@latest/).
# Local Development
The following assumes the use of `node@>=10`.
## Install Dependencies
`yarn`
## Compile Contracts
`yarn compile`
## Run Tests
`yarn test`