# ⛏ react-quarry

[![License](https://img.shields.io/badge/license-AGPL%203.0-blue)](https://github.com/QuarryProtocol/react-quarry/blob/master/LICENSE)
[![Build Status](https://img.shields.io/github/workflow/status/QuarryProtocol/react-quarry/E2E/master)](https://github.com/QuarryProtocol/react-quarry/actions/workflows/programs-e2e.yml?query=branch%3Amaster)
[![Contributors](https://img.shields.io/github/contributors/QuarryProtocol/react-quarry)](https://github.com/QuarryProtocol/react-quarry/graphs/contributors)
[![npm](https://img.shields.io/npm/v/@quarryprotocol/react-quarry.svg)](https://www.npmjs.com/package/@quarryprotocol/react-quarry)

<p align="center">
    React SDK for Quarry Protocol.
</p>

## Installing

```bash
yarn build
yarn add @quarryprotocol/react-quarry
```

## Developing locally

In this repo, first run:

```
pwd
```

Then in the other repo, run

```
yarn link <previous pwd output>
```

## License

Quarry Protocol is licensed under the GNU Affero General Public License v3.0.

In short, this means that any changes to this code must be made open source and available under the AGPL-v3.0 license, even if only used privately. If you have a need to use this program and cannot respect the terms of the license, please message us our legal team directly at [legal@quarry.so](mailto:legal@quarry.so).
