# @uniswap/v2-periphery

> 🎚 Peripheral smart contracts for interacting with Uniswap V2

Latest version **1.1.0-beta.0** (published 2020-06-05) · GPL-3.0-or-later license · 0 weekly downloads

## Install

```sh
npm install @uniswap/v2-periphery
pnpm add @uniswap/v2-periphery
yarn add @uniswap/v2-periphery
bun add @uniswap/v2-periphery
```

## Health

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

Positive: no vulnerabilities.

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

Negative: abandoned.

## Facts

| | |
|---|---|
| Version | 1.1.0-beta.0 |
| Published | 2020-06-05 |
| First published | 2020-04-29 |
| Weekly downloads | 0 |
| License | GPL-3.0-or-later |
| TypeScript types | none |
| Module format | CommonJS |
| Node | >=10 |
| Dependencies | 2 |
| Unpacked size | 8.5 MB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 1266 |
| Maintainers | moodysalem, noahwz |

## Links

- npm: https://www.npmjs.com/package/@uniswap/v2-periphery
- Repository: https://github.com/Uniswap/uniswap-v2-periphery
- Homepage: https://uniswap.org/
- npm.io page: https://npm.io/package/@uniswap/v2-periphery

## Dependencies (2)

- [@uniswap/lib](https://npm.io/package/@uniswap/lib.md) 1.1.1
- [@uniswap/v2-core](https://npm.io/package/@uniswap/v2-core.md) 1.0.0

## Recent versions

- 1.1.0-beta.0 (latest) — 2020-06-05
- 1.0.0-beta.0 — 2020-04-29

## README

# Uniswap V2

[![Actions Status](https://github.com/Uniswap/uniswap-v2-periphery/workflows/CI/badge.svg)](https://github.com/Uniswap/uniswap-v2-periphery/actions)
[![npm](https://img.shields.io/npm/v/@uniswap/v2-periphery?style=flat-square)](https://npmjs.com/package/@uniswap/v2-periphery)

In-depth documentation on Uniswap V2 is available at [uniswap.org](https://uniswap.org/docs).

The built contract artifacts can be browsed via [unpkg.com](https://unpkg.com/browse/@uniswap/v2-periphery@latest/).

# Local Development

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

## Install Dependencies

`yarn`

## Compile Contracts

`yarn compile`

## Run Tests

`yarn test`

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