UNPKG

625 BMarkdownView Raw
1# Bullswap-pheriphery
2
3[![Actions Status](https://github.com/haidaralimasu/bullswap-periphery/workflows/CI/badge.svg)](https://github.com/haidaralimasu/bullswap-periphery/actions)
4[![npm](https://img.shields.io/npm/v/@kodinghandle/bullswap-periphery?style=flat-square)](https://npmjs.com/package/@kodinghandle/bullswap-periphery)
5
6
7The built contract artifacts can be browsed via [unpkg.com](https://unpkg.com/browse/@kodinghandle/bullswap-periphery@latest/).
8
9# Local Development
10
11The following assumes the use of `node@>=12`
12
13## Install Dependencies
14
15`yarn`
16
17## Compile Contracts
18
19`yarn compile`
20
21## Run Tests
22
23`yarn test`