Skip to content

Commit

Permalink
chore: create packages table
Browse files Browse the repository at this point in the history
  • Loading branch information
b00ste committed Feb 13, 2024
1 parent 39898de commit 20342bf
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 5 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,15 @@ For more information see [Documentation](https://docs.lukso.tech/standards/smart
| :warning: | _This package is currently in early stages of development,<br/> use for testing or experimentation purposes only._ |
| :-------: | :----------------------------------------------------------------------------------------------------------------- |

## Packages

This repo contains packages around SwapKit sdk and its integrations with different blockchains.

| Package | NPM | Description |
| -------------------------------------------------- | ----------------------------------------------------------------------------------- | ----------------------- |
| [@lukso/lsp0-contracts](./packages/lsp0-contracts) | [![npm version](https://img.shields.io/npm/v/@lukso/lsp0-contracts.svg?style=flat)] | LSP0 ERC725Account |
| [@lukso/lsp1-contracts](./packages/lsp1-contracts) | [![npm version](https://img.shields.io/npm/v/@lukso/lsp1-contracts.svg?style=flat)] | LSP1 Unviersal Receiver |

## Installation

### npm
Expand Down
2 changes: 1 addition & 1 deletion packages/lsp0-contracts/README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# LSP0 ERC725Account

Package for the LSP0 ER725Account standard.
Package for the LSP0 ERC725Account standard.
6 changes: 2 additions & 4 deletions packages/lsp1-contracts/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
# LSP Template
# LSP1 Unviersal Receiver

This project can be used as a skeleton to build a package for a LSP implementation in Solidity (LUKSO Standard Proposal)

It is based on Hardhat.
Package for the LSP1 Unviersal Receiver standard.

0 comments on commit 20342bf

Please sign in to comment.