# pegasys-sdk
[![npm](https://img.shields.io/npm/v/@pollum-io/pegasys-sdk)](https://unpkg.com/@pollum-io/pegasys-sdk@latest/)

This repo contains tools for developing with [Pegasys](pegasys.finance).

## Running
This project uses standard npm and yarn workflows.

Install dependencies

```sh
yarn
```

Compile
```sh
yarn build
```

Yarn is available to install [here](https://classic.yarnpkg.com/en/docs/install/#debian-stable) if you need it.

## Installation
This project is available as an [NPM package](https://www.npmjs.com/package/@pollum-io/pegasys-sdk). Add to your project with `npm install @pollum-io/pegasys-sdk`,

## Publishing

Create dist
```sh
yarn build
```

Upload
```sh
yarn publish
```

## Attribution
This code was adapted from this Uniswap repo: [uniswap-sdk](https://github.com/Uniswap/sdk).
