0.15.0 • Published 2 months ago

@lukso/lsp3-contracts v0.15.0

Weekly downloads
-
License
Apache-2.0
Repository
-
Last release
2 months ago

LSP3 Profile Metadata · npm version

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