@lukso/lsp-smart-contracts
TypeScript icon, indicating that this package has built-in type declarations

0.16.2 • Public • Published

@lukso/lsp-smart-contracts

This is the "umbrella" package for the LSP smart contracts. It contains all the individual @lukso/lspN-contracts packages (where N is an LSP number) as dependencies.

Installation

npm install @lukso/lsp-smart-contracts

Available Constants & Types

The @lukso/lsp-smart-contracts npm package contains useful constants such as interface IDs, and ERC725Y data keys related to the LSP Standards. You can import and access them as follows:

import {
  INTERFACE_IDS,
  LSP8_TOKEN_ID_FORMAT,
  LSP1_TYPE_IDS,
  OPERATIONS,
  SupportedStandards,
  ERC725YDataKeys,
  INTERFACE_ID_LSP1DELEGATE,
  LSP6DataKeys,
  LSP25_VERSION,
  LSPSupportedStandard,
} from "@lukso/lsp-smart-contracts";

Package Sidebar

Install

npm i @lukso/lsp-smart-contracts

Weekly Downloads

323

Version

0.16.2

License

Apache-2.0

Unpacked Size

7.94 MB

Total Files

156

Last publish

Collaborators

  • frozeman
  • lukso-network