UNPKG

@exchange-dapp/core

Version:

Core contracts for the exchange protocol.

23 lines (12 loc) 556 B
# @exchange-dapp/core [![Actions Status](https://github.com/mramundo/exchange-core/workflows/CI/badge.svg)](https://github.com/mramundo/exchange-core/actions) [![Version](https://img.shields.io/npm/v/@exchange-dapp/core)](https://www.npmjs.com/package/@exchange-dapp/core) The built contract artifacts can be browsed via [unpkg.com](https://unpkg.com/browse/@exchange-dapp/core@latest/). # Local Development The following assumes the use of `node@>=10`. ## Install Dependencies `yarn` ## Compile Contracts `yarn compile` ## Run Tests `yarn test`