JSPM

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

Package for the LSP7 Digital Asset standard

Package Exports

  • @lukso/lsp7-contracts
  • @lukso/lsp7-contracts/artifacts/ILSP7DigitalAsset.json
  • @lukso/lsp7-contracts/artifacts/LSP7Burnable.json
  • @lukso/lsp7-contracts/artifacts/LSP7BurnableInitAbstract.json
  • @lukso/lsp7-contracts/artifacts/LSP7CappedSupply.json
  • @lukso/lsp7-contracts/artifacts/LSP7CappedSupplyInitAbstract.json
  • @lukso/lsp7-contracts/artifacts/LSP7DigitalAsset.json
  • @lukso/lsp7-contracts/artifacts/LSP7DigitalAssetInitAbstract.json
  • @lukso/lsp7-contracts/artifacts/LSP7Mintable.json
  • @lukso/lsp7-contracts/artifacts/LSP7MintableInit.json
  • @lukso/lsp7-contracts/package.json

Readme

LSP7 Digital Asset · npm version

Package for the LSP7 Digital Asset standard.

Installation

npm install @lukso/lsp7-contracts

Available Constants & Types

The @lukso/lsp7-contracts npm package contains useful constants such as InterfaceIds or ERC725Y Data Keys related to the LSP7 Standard. You can import and access them as follow:

import {
  INTERFACE_ID_LSP7,
  INTERFACE_ID_LSP7_PREVIOUS,
  LSP7_TYPE_IDS,
} from "@lukso/lsp7-contracts";