UNPKG

@kodinghandle/bullswap-periphery

Version:

🎚 Peripheral smart contracts for interacting with Bullswap protocol

24 lines (12 loc) • 625 B
# Bullswap-pheriphery [![Actions Status](https://github.com/haidaralimasu/bullswap-periphery/workflows/CI/badge.svg)](https://github.com/haidaralimasu/bullswap-periphery/actions) [![npm](https://img.shields.io/npm/v/@kodinghandle/bullswap-periphery?style=flat-square)](https://npmjs.com/package/@kodinghandle/bullswap-periphery) The built contract artifacts can be browsed via [unpkg.com](https://unpkg.com/browse/@kodinghandle/bullswap-periphery@latest/). # Local Development The following assumes the use of `node@>=12` ## Install Dependencies `yarn` ## Compile Contracts `yarn compile` ## Run Tests `yarn test`