UNPKG

622 BMarkdownView Raw
1# Makiswap
2
3[![Actions Status](https://github.com/Makiswap/makiswap-core/workflows/CI/badge.svg)](https://github.com/Makiswap/makiswap-core/actions)
4[![Version](https://img.shields.io/npm/v/makiswap-core)](https://www.npmjs.com/package/makiswap-core)
5
6In-depth documentation on Makiswap is available at [makiswap.org](https://makiswap.org/docs).
7
8The built contract artifacts can be browsed via [unpkg.com](https://unpkg.com/browse/makiswap-core@latest/).
9
10# Local Development
11
12The following assumes the use of `node@>=10`.
13
14## Install Dependencies
15
16`yarn`
17
18## Compile Contracts
19
20`yarn compile`
21
22## Run Tests
23
24`yarn test`