Skip to content

Latest commit

 

History

History

lsp0-contracts

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