Skip to content

Latest commit

 

History

History

universalprofile-contracts

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Universal Profile · npm version

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

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