JSPM

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

Package for the LSP0ERC725Account standard

Package Exports

  • @lukso/lsp0-contracts
  • @lukso/lsp0-contracts/artifacts/LSP0ERC725Account.json
  • @lukso/lsp0-contracts/artifacts/LSP0ERC725AccountInit.json
  • @lukso/lsp0-contracts/package.json

Readme

LSP0 ERC725Account · npm version

Package for the LSP0 ERC725Account standard.

Installation

npm install @lukso/lsp0-contracts

Available Constants & Types

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

import {
  INTERFACE_ID_LSP0,
  OPERATION_TYPES,
  LSP0_TYPE_IDS,
  ERC1271_VALUES,
} from "@lukso/lsp0-contracts";