UNPKG

@windfallswap/periphery

Version:

🎚 Peripheral smart contracts for interacting with Windfall Swap

25 lines (13 loc) • 730 B
# Windfall Swap [![Actions Status](https://github.com/WindfallSwap/windfallswap-periphery/workflows/CI/badge.svg)](https://github.com/WindfallSwap/windfallswap-periphery/actions) [![npm](https://img.shields.io/npm/v/@windfallswap/periphery?style=flat-square)](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`