![Oracle Drags Its Feet in the JavaScript Trademark Dispute](https://cdn.sanity.io/images/cgdhsj6q/production/919c3b22c24f93884c548d60cbb338e819ff2435-1024x1024.webp?w=400&fit=max&auto=format)
Security News
Oracle Drags Its Feet in the JavaScript Trademark Dispute
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
@lukso/lsp-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/lsp-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-smart-contracts.git
$ cd ./lsp-smart-contracts
$ npm install
You can use the contracts JSON ABI by importing them as follow:
import UniversalProfile from "@lukso/lsp-smart-contracts/artifacts/UniversalProfile.json";
const myContract = new this.web3.eth.Contract(UniversalProfile.abi, "", defaultOptions);
import "@lukso/lsp-smart-contracts/contracts/UniversalProfile.sol";
contract MyUP is UniversalProfile {
constructor(address _newOwner) UniversalProfile(_newOwner) {
}
}
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 smart contract implementation for the LUKSO LSP standards
The npm package @lukso/lsp-smart-contracts receives a total of 0 weekly downloads. As such, @lukso/lsp-smart-contracts popularity was classified as not popular.
We found that @lukso/lsp-smart-contracts demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 0 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
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
Security News
The Linux Foundation is warning open source developers that compliance with global sanctions is mandatory, highlighting legal risks and restrictions on contributions.
Security News
Maven Central now validates Sigstore signatures, making it easier for developers to verify the provenance of Java packages.