@exchange-dapp/core
Version:
Core contracts for the exchange protocol.
23 lines (12 loc) • 556 B
Markdown
# @exchange-dapp/core
[](https://github.com/mramundo/exchange-core/actions)
[](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`