@atlantiswap/lite-periphery
Version:
Peripheral smart contracts for interacting with Atlantiswap Lite
25 lines (13 loc) • 704 B
Markdown
# Atlantiswap Lite
[](https://github.com/Atlantiswap/lite-periphery/actions)
[](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`