🚨 Shai-Hulud Strikes Again:834 Packages Compromised.Technical Analysis →
Socket
Book a DemoInstallSign in
Socket

@lukso/lsp3-contracts

Package Overview
Dependencies
Maintainers
2
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@lukso/lsp3-contracts

Package for the LSP3 Profile Metadata standard

latest
npmnpm
Version
0.16.6
Version published
Maintainers
2
Created
Source

LSP3 Profile Metadata · npm version

Package for the LSP3 Profile Metadata standard.

Installation

npm install @lukso/lsp3-contracts

Available Constants & Types

The @lukso/lsp3-contracts npm package contains useful constants such as ERC725Y data keys related to the LSP3 Standard. You can import and access them as follows.

In Javascript.

import {
  LSP3DataKeys,
  LSP3SupportedStandard,
  LSP3ProfileMetadataJSON,
  LSP3ProfileMetadata,
  LinkMetadata,
  ImageMetadata,
  AssetMetadata,
} from "@lukso/lsp3-contracts";

In Solidity.

import {
  _LSP3_SUPPORTED_STANDARDS_KEY,
  _LSP3_SUPPORTED_STANDARDS_VALUE,
  _LSP3_PROFILE_KEY
} from "@lukso/lsp3-contracts/contracts/LSP3Constants.sol";

Keywords

LUKSO

FAQs

Package last updated on 19 Jun 2025

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts