Skip to content

lsp3-contracts: v0.15.0

Compare
Choose a tag to compare
@github-actions github-actions released this 05 Apr 16:05
5481427

0.15.0 (2024-04-05)

Package for the LSP3 Profile Metadata standard.

Installation

npm install @lukso/lsp3-contracts

Available Constants & Types

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

import {
  LSP3DataKeys,
  LSP3SupportedStandard,
  LSP3ProfileMetadataJSON,
  LSP3ProfileMetadata,
  LinkMetadata,
  ImageMetadata,
  AssetMetadata,
} from "@lukso/lsp3-contracts";

Miscellaneous Chores

  • release lsp-smart-contracts 0.15.0 (fbbd048)