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

0.15.0 • Public • Published

Universal Profile · npm version

Smart Contract implementation for Universal Profile, a combination of LSP0 ERC725 Account and LSP3 Profile Metadata.

Installation

npm i @lukso/universalprofile-contracts

## Solidity constants

The constants related to LSP3 Profile Metadata can be directly imported from the Constants.sol file.

import {
  _LSP3_SUPPORTED_STANDARDS_KEY,
  _LSP3_SUPPORTED_STANDARDS_VALUE,
  _LSP3_PROFILE_KEY
} from "universalprofile/contracts/Constants.sol";

Dependencies (4)

Dev Dependencies (0)

    Package Sidebar

    Install

    npm i @lukso/universalprofile-contracts

    Weekly Downloads

    67

    Version

    0.15.0

    License

    Apache-2.0

    Unpacked Size

    170 kB

    Total Files

    11

    Last publish

    Collaborators

    • lukso-network
    • frozeman