JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 212
  • Score
    100M100P100Q113201F
  • License Apache-2.0

Package for the LSP4 Digital Asset Metadata standard

Package Exports

  • @lukso/lsp4-contracts
  • @lukso/lsp4-contracts/artifacts/LSP4DigitalAssetMetadata.json
  • @lukso/lsp4-contracts/artifacts/LSP4DigitalAssetMetadataInitAbstract.json
  • @lukso/lsp4-contracts/package.json

Readme

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";