
Security News
Socket Releases Free Certified Patches for Critical vm2 Sandbox Escape
A critical vm2 sandbox escape can allow untrusted JavaScript to break isolation and execute commands on the host Node.js process.
@lukso/universalprofile-smart-contracts
Advanced tools
The reference implementation for universal profiles smart contracts
The reference implementation for universal profiles smart contracts.
For more information see Documentation
| :warning: | This package is currently in early stages of development, use for testing or experimentation purposes only. |
|---|
Universal Profile smart contracts are available as a npm package.
npm install @lukso/universalprofile-smart-contracts
Alternatively you can also clone the repository and install its dependencies to start using the smart contracts.
$ git clone https://github.com/lukso-network/lsp-universalprofile-smart-contracts.git
$ cd ./lsp-universalprofile-smart-contracts
$ npm install
You can use the contracts JSON ABI by importing them as follow:
import UniversalProfile from "@lukso/universalprofile-smart-contracts/artifacts/UniversalProfile.json";
const myContract = new this.web3.eth.Contract(UniversalProfile.abi, "", defaultOptions);
import UniversalProfile from "@lukso/universalprofile-smart-contracts/contracts/UniversalProfile.sol";
Jest contract tests are defined under the tests directory. To run all the tests, run:
$ npm test
You can find more infos on how to deploy the contracts via hardhat in the DEPLOYMENT page.
FAQs
The reference implementation for universal profiles smart contracts
The npm package @lukso/universalprofile-smart-contracts receives a total of 21 weekly downloads. As such, @lukso/universalprofile-smart-contracts popularity was classified as not popular.
We found that @lukso/universalprofile-smart-contracts demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 2 open source maintainers collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Security News
A critical vm2 sandbox escape can allow untrusted JavaScript to break isolation and execute commands on the host Node.js process.

Research
Five malicious NuGet packages impersonate Chinese .NET libraries to deploy a stealer targeting browser credentials, crypto wallets, SSH keys, and local files.

Security News
pnpm 11 turns on a 1-day Minimum Release Age and blocks exotic subdeps by default, adding safeguards against fast-moving supply chain attacks.