# @linkdrop/contracts

> Contracts for Linkdrop App

Latest version **1.2.6** (published 2022-11-30) · MIT license · 0 weekly downloads

## Install

```sh
npm install @linkdrop/contracts
pnpm add @linkdrop/contracts
yarn add @linkdrop/contracts
bun add @linkdrop/contracts
```

## Health

**Score 15/100 (F)** — status: abandoned.

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 1.2.6 |
| Published | 2022-11-30 |
| First published | 2019-07-31 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 0 |
| Unpacked size | 3.3 MB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| Maintainers | bigmacxhaz, dobrokhvalov, spacehaz |

## Links

- npm: https://www.npmjs.com/package/@linkdrop/contracts
- npm.io page: https://npm.io/package/@linkdrop/contracts

## Recent versions

- 1.2.6 (latest) — 2022-11-30
- 2.1.9-alpha.0 (react-native) — 2020-06-04
- 2.1.7-alpha.0 (next) — 2020-06-04
- 1.2.5 — 2022-11-11
- 1.2.2 — 2022-10-25
- 1.2.1 — 2022-10-12
- 1.2.0 — 2021-12-20
- 1.1.6 — 2020-08-12
- 1.1.5 — 2020-08-12
- 1.1.4 — 2020-07-27
- 1.1.3 — 2020-07-27
- 2.1.8-alpha.0 — 2020-06-04
- 2.1.6-alpha.0 — 2020-06-04
- 2.1.5-alpha.0 — 2020-06-04
- 2.1.3-alpha.0 — 2020-01-27
- … 69 more at https://npm.io/package/@linkdrop/contracts/versions

## README

# 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
```

---
_Source: https://npm.io/package/@linkdrop/contracts · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
