UNPKG

@atlantiswap/lite-periphery

Version:

Peripheral smart contracts for interacting with Atlantiswap Lite

25 lines (13 loc) 704 B
# Atlantiswap Lite [![Actions Status](https://github.com/Atlantiswap/lite-periphery/workflows/CI/badge.svg)](https://github.com/Atlantiswap/lite-periphery/actions) [![npm](https://img.shields.io/npm/v/@atlantiswap/lite-periphery?style=flat-square)](https://npmjs.com/package/@atlantiswap/lite-periphery) In-depth documentation on Atlantiswap Lite is available at [atlantiswap.org](https://atlantiswap.org/docs). The built contract artifacts can be browsed via [unpkg.com](https://unpkg.com/browse/@atlantiswap/lite-periphery@latest/). # Local Development The following assumes the use of `node@>=10`. ## Install Dependencies `yarn` ## Compile Contracts `yarn compile` ## Run Tests `yarn test`