UNPKG

@windfallswap/core

Version:

🎛 Core contracts for the Windfall Swap protocol

25 lines (13 loc) • 690 B
# Windfall [![Actions Status](https://github.com/WindfallSwap/windfallswap-core/workflows/CI/badge.svg)](https://github.com/WindfallSwap/windfallswap-core/actions) [![Version](https://img.shields.io/npm/v/@windfallswap/core)](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`