# @lukso/lsp11-contracts

> Package for the LSP11 Social Recovery standard

Latest version **0.1.7** (published 2025-06-19) · Apache-2.0 license · 0 weekly downloads

## Install

```sh
npm install @lukso/lsp11-contracts
pnpm add @lukso/lsp11-contracts
yarn add @lukso/lsp11-contracts
bun add @lukso/lsp11-contracts
```

## Health

**Score 35/100 (D)** — status: maintenance-mode.

Positive: has types; esm support; no vulnerabilities.

Warnings: low downloads; pre 1.0.

Negative: stale; low maintenance score.

## Facts

| | |
|---|---|
| Version | 0.1.7 |
| Published | 2025-06-19 |
| First published | 2025-01-14 |
| Weekly downloads | 0 |
| License | Apache-2.0 |
| TypeScript types | bundled |
| Module format | ESM + CommonJS |
| Dependencies | 2 |
| Unpacked size | 322.3 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| Maintainers | frozeman, lukso-network |
| Keywords | LUKSO, LSP, Blockchain, Standards, Smart Contracts, Ethereum, EVM, Solidity |

## Links

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

## Dependencies (2)

- [@lukso/lsp25-contracts](https://npm.io/package/@lukso/lsp25-contracts.md) ~0.15.0
- [@openzeppelin/contracts](https://npm.io/package/@openzeppelin/contracts.md) ^4.9.3

## Alternatives

- [@sindresorhus/slugify](https://npm.io/package/@sindresorhus/slugify.md) — 3.7M weekly downloads
- [solid-js](https://npm.io/package/solid-js.md) — 2.7M weekly downloads
- [expo-glass-effect](https://npm.io/package/expo-glass-effect.md) — 2.5M weekly downloads
- [nanoassert](https://npm.io/package/nanoassert.md) — 780.8K weekly downloads
- [@ffmpeg/ffmpeg](https://npm.io/package/@ffmpeg/ffmpeg.md) — 529.5K weekly downloads

## Recent versions

- 0.1.7 (latest) — 2025-06-19
- 0.1.5 — 2025-06-19
- 0.1.4 — 2025-06-18
- 0.1.3 — 2025-04-19
- 0.1.2 — 2025-01-14

## README

# LSP11 Social Recovery

Package for the [LSP11 Social Recovery](https://github.com/lukso-network/LIPs/blob/main/LSPs/LSP-11-BasicSocialRecovery.md) standard.

## Installation

```console
npm install @lukso/lsp11-contracts
```

## Available Constants & Types

The `@lukso/lsp11-contracts` npm package contains useful constants such as interface IDs related to the LSP11 standard. You can import and access them as follows.

In Javascript.

```javascript
import { INTERFACE_ID_LSP11 } from "@lukso/lsp11-contracts";
```

In Solidity.

<!-- prettier-ignore -->
```solidity
import {
    _INTERFACEID_LSP11,
    LSP11_VERSION
} from "@lukso/lsp11-contracts/contracts/LSP11Constants.sol";
```

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