# @lukso/lsp26-contracts

> Package for the LSP26 Follower System standard

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

## Install

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

## Health

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

Positive: has types; esm support; no vulnerabilities; high quality score.

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 | 3 |
| Unpacked size | 80.6 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/lsp26-contracts
- npm.io page: https://npm.io/package/@lukso/lsp26-contracts

## Dependencies (3)

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

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

# LSP26 Follower System &middot; [![npm version](https://img.shields.io/npm/v/@lukso/lsp26-contracts.svg?style=flat)](https://www.npmjs.com/package/@lukso/lsp26-contracts)

Package for the LSP26 Follower System standard.

## Installation

```console
npm i @lukso/lsp26-contracts
```

## Available Constants & Types

The `@lukso/lsp26-contracts` npm package contains useful constants such as interface IDs, and specific constants related to the LSP26 Standard. You can import and access them as follows.

In Javascript.

```javascript
import { INTERFACE_ID_LSP26, LSP26_TYPE_IDS } from "@lukso/lsp26-contracts";
```

In Solidity.

<!-- prettier-ignore -->
```solidity
import {
    _INTERFACEID_LSP26,
    _TYPEID_LSP26_FOLLOW,
    _TYPEID_LSP26_UNFOLLOW
} from "@lukso/lsp26-contracts/contracts/LSP26Constants.sol";
```

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