Skip to content

Commit

Permalink
Merge pull request #922 from lukso-network/chore/readme-unpublished-p…
Browse files Browse the repository at this point in the history
…ackages

docs: add installation instruction in README of LSP20, 25 and UP packages
  • Loading branch information
CJ42 authored Mar 7, 2024
2 parents c2fa2ef + 53501f4 commit 6716938
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 0 deletions.
6 changes: 6 additions & 0 deletions packages/lsp20-contracts/README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
# LSP20 Call Verification · [![npm version](https://img.shields.io/npm/v/@lukso/lsp20-contracts.svg?style=flat)](https://www.npmjs.com/package/@lukso/lsp20-contracts)

Package for the LSP20 Call Verification standard.

## Installation

```bash
npm i @lukso/lsp20-contracts
```
6 changes: 6 additions & 0 deletions packages/lsp25-contracts/README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
# LSP25 Execute Relay Call · [![npm version](https://img.shields.io/npm/v/@lukso/lsp25-contracts.svg?style=flat)](https://www.npmjs.com/package/@lukso/lsp25-contracts)

Package for the LSP25 Execute Relay Call standard.

## Installation

```bash
npm i @lukso/lsp25-contracts
```
6 changes: 6 additions & 0 deletions packages/universalprofile-contracts/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

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

## Installation

```bash
npm i @lukso/universalprofile-contracts
```

## Solidity constants

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

0 comments on commit 6716938

Please sign in to comment.