Skip to content

Latest commit

 

History

History

lsp4-contracts

LSP4 Digital Asset Metadata · npm version

Package for the LSP4 Digital Asset Metadata standard.

Installation

npm install @lukso/lsp4-contracts

Available Constants & Types

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

import {
  LSP4_TOKEN_TYPES,
  LSP4SupportedStandard,
  LSP4DataKeys,
  LSP4DigitalAssetMetadataJSON,
  LSP4DigitalAssetMetadata,
  LinkMetadata,
  ImageMetadata,
  AssetMetadata,
  AttributeMetadata,
} from "@lukso/lsp4-contracts";