# Linkdrop Contracts

Contracts for Linkdrop App

[Technology Overview](https://medium.com/linkdrop-protocol/linkdrop-technical-description-2ec43f718924)

## Installation

### Install dependencies

```bash
yarn install
```

### Compile contracts

```bash
npx waffle
```

### Test contracts

```bash
yarn test
```
