Package for the LSP3 Profile Metadata standard.
npm install @lukso/lsp3-contracts
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 follows:
import {
LSP3DataKeys,
LSP3SupportedStandard,
LSP3ProfileMetadataJSON,
LSP3ProfileMetadata,
LinkMetadata,
ImageMetadata,
AssetMetadata,
} from "@lukso/lsp3-contracts";