# Aetherswap V1

[![Version](https://img.shields.io/npm/v/@aetherswap/v1-core)](https://www.npmjs.com/package/@aetherswap/v1-core)


In-depth documentation on Aetherswap V1 is available at [aetherswap.org](https://docs.aetherswap.org).

The built contract artifacts can be browsed via [unpkg.com](https://unpkg.com/browse/@aetherswap/v1-core@latest/).

# Local Development

The following assumes the use of `node@>=10`.

## Install Dependencies

`yarn`

## Compile Contracts

`yarn compile`

## Run Tests

`yarn test`
