UNPKG

@daoswap-heco/daoswap-core

Version:

🎛 Core contracts for the Daoswap protocol

25 lines (13 loc) • 688 B
# Daoswap Core Contract [![Actions Status](https://github.com/daoswap-heco/daoswap-core/workflows/CI/badge.svg)](https://github.com/daoswap-heco/daoswap-core/actions) [![Version](https://img.shields.io/npm/v/@daoswap-heco/daoswap-core)](https://www.npmjs.com/package/@daoswap-heco/daoswap-core) In-depth documentation on Daoswap is available at [docs.daoswap.global](https://docs.daoswap.global). The built contract artifacts can be browsed via [unpkg.com](https://unpkg.com/browse/@daoswap-heco/daoswap-core@latest/). # Local Development The following assumes the use of `node@>=10`. ## Install Dependencies `yarn` ## Compile Contracts `yarn compile` ## Run Tests `yarn test`