# @lukso/lsp25-contracts

> Package for the LSP25 Execute Relay Call standard

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

## Install

```sh
npm install @lukso/lsp25-contracts
pnpm add @lukso/lsp25-contracts
yarn add @lukso/lsp25-contracts
bun add @lukso/lsp25-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.15.5 |
| Published | 2025-06-19 |
| First published | 2024-03-07 |
| Weekly downloads | 0 |
| License | Apache-2.0 |
| TypeScript types | bundled |
| Module format | ESM + CommonJS |
| Dependencies | 1 |
| Unpacked size | 25.7 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/lsp25-contracts
- npm.io page: https://npm.io/package/@lukso/lsp25-contracts

## Dependencies (1)

- [@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.15.5 (latest) — 2025-06-19
- 0.15.0-rc.5 (rc) — 2024-04-03
- 0.15.3 — 2025-06-19
- 0.15.2 — 2025-06-18
- 0.15.1 — 2025-04-19
- 0.15.0 — 2024-04-05
- 0.15.0-rc.4 — 2024-04-02
- 0.15.0-rc.1 — 2024-03-22
- 0.15.0-rc.0 — 2024-03-07

## README

# LSP25 Execute Relay Call &middot; [![npm version](https://img.shields.io/npm/v/@lukso/lsp25-contracts.svg?style=flat)](https://www.npmjs.com/package/@lukso/lsp25-contracts)

Package for the LSP25 Execute Relay Call standard.

## Installation

```bash
npm i @lukso/lsp25-contracts
```

## Available Constants & Types

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

In Javascript.

```javascript
import { LSP25_VERSION, INTERFACE_ID_LSP25 } from "@lukso/lsp25-contracts";
```

In Solidity.

<!-- prettier-ignore -->
```solidity
import {
    _INTERFACEID_LSP25,
    LSP25_VERSION
} from "@lukso/lsp25-contracts/contracts/LSP25Constants.sol";
```

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