# @perp/curie-periphery

> Perpetual Protocol Curie (V2) periphery contracts

Latest version **1.3.4** (published 2022-02-17) · GPL-2.0-or-later license · 0 weekly downloads

> **Deprecated.** This package is deprecated.

## Install

```sh
npm install @perp/curie-periphery
pnpm add @perp/curie-periphery
yarn add @perp/curie-periphery
bun add @perp/curie-periphery
```

## Health

**Score 10/100 (F)** — status: deprecated.

Negative: deprecated.

## Facts

| | |
|---|---|
| Version | 1.3.4 |
| Published | 2022-02-17 |
| First published | 2021-11-05 |
| Weekly downloads | 0 |
| License | GPL-2.0-or-later |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 0 |
| Unpacked size | 247.6 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| Author | Perpetual Protocol |
| Maintainers | miyachen, perp_dev, yurenju, wraecca, kimiwu, detoo, vinta |

## Links

- npm: https://www.npmjs.com/package/@perp/curie-periphery
- Repository: https://github.com/perpetual-protocol/perp-curie-periphery
- Homepage: https://github.com/perpetual-protocol/perp-curie-periphery#readme
- Issues: https://github.com/perpetual-protocol/perp-curie-periphery/issues
- npm.io page: https://npm.io/package/@perp/curie-periphery

## Recent versions

- 1.3.4 (latest) — 2022-02-17
- 1.3.4-staging — 2022-02-17
- 1.3.3 — 2022-01-26
- 1.3.3-staging — 2022-01-24
- 1.3.2-staging — 2022-01-07
- 1.3.1 — 2022-01-05
- 1.3.0 — 2022-01-03
- 1.3.0-staging — 2021-12-22
- 1.2.0 — 2021-12-13
- 1.2.0-staging — 2021-12-09
- 1.1.0 — 2021-12-08
- 1.1.0-staging — 2021-11-30
- 1.0.2 — 2021-11-27
- 1.0.2-staging — 2021-11-27
- 1.0.1 — 2021-11-25
- … 6 more at https://npm.io/package/@perp/curie-periphery/versions

## README

# perp-curie-periphery

## Local Development and Testing

### Requirements

You should have Node 12 installed. Use [nvm](https://github.com/nvm-sh/nvm) to install it.

### Development

```bash
git clone git@github.com:perpetual-protocol/perp-curie-periphery.git
cd perp-curie-periphery
npm i
npm run build
```
All deployed contract addresses can be find in `metadata` folder.
- `./metadata/{network}-dv.json` is for delegatable vault contracts.
- `./metadata/{network}.json` is for other contracts.

### Testing

To run all the test cases:

```bash
npm run test
```

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