UNPKG

406 BMarkdownView Raw
1# Belveswap V1
2
3
4In-depth documentation on Belveswap V1 is available at [belveswapdefi.com](https://belveswapdefi.com/docs).
5
6The built contract artifacts can be browsed via [unpkg.com](https://unpkg.com/browse/@belveswap/v1-core@latest/).
7
8# Local Development
9
10The following assumes the use of `node@>=10`.
11
12## Install Dependencies
13
14`yarn`
15
16## Compile Contracts
17
18`yarn compile`
19
20## Run Tests
21
22`yarn test`