@firefly-dex/core-v2
Version:
🎛 Core contracts for the FireflyV2 protocol
25 lines (13 loc) • 647 B
Markdown
# Firefly V2
[](https://github.com/Firefly/firefly-core-v2/actions)
[](https://www.npmjs.com/package/@firefly-dex/core-v2)
In-depth documentation on Firefly V2 is available at [firefly.org](https://firefly.org/docs).
The built contract artifacts can be browsed via [unpkg.com](https://unpkg.com/browse/@firefly-dex/core-v2@latest/).
# Local Development
The following assumes the use of `node@>=10`.
## Install Dependencies
`yarn`
## Compile Contracts
`yarn compile`
## Run Tests
`yarn test`