# @xverseprojects/v2-core

> [![Actions Status](https://github.com/Uniswap/uniswap-v2-core/workflows/CI/badge.svg)](https://github.com/Uniswap/uniswap-v2-core/actions) [![Version](https://img.shields.io/npm/v/@uniswap/v2-core)](https://www.npmjs.com/package/@uniswap/v2-core)

Latest version **0.0.2** (published 2023-08-06) · GPL-3.0-or-later license · 0 weekly downloads

## Install

```sh
npm install @xverseprojects/v2-core
pnpm add @xverseprojects/v2-core
yarn add @xverseprojects/v2-core
bun add @xverseprojects/v2-core
```

## Health

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

Positive: no vulnerabilities.

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

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 0.0.2 |
| Published | 2023-08-06 |
| First published | 2023-08-06 |
| Weekly downloads | 0 |
| License | GPL-3.0-or-later |
| TypeScript types | none |
| Module format | CommonJS |
| Node | >=10 |
| Dependencies | 1 |
| Unpacked size | 2.9 MB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| Maintainers | xverseprojects |

## Links

- npm: https://www.npmjs.com/package/@xverseprojects/v2-core
- npm.io page: https://npm.io/package/@xverseprojects/v2-core

## Dependencies (1)

- [dotenv](https://npm.io/package/dotenv.md) ^16.3.1

## Recent versions

- 0.0.2 (latest) — 2023-08-06
- 0.0.1 — 2023-08-06

## README

# Uniswap V2

[![Actions Status](https://github.com/Uniswap/uniswap-v2-core/workflows/CI/badge.svg)](https://github.com/Uniswap/uniswap-v2-core/actions)
[![Version](https://img.shields.io/npm/v/@uniswap/v2-core)](https://www.npmjs.com/package/@uniswap/v2-core)

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-core@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/@xverseprojects/v2-core · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
