From 20342bf1afbd2df0f76ac2d1364a80c74c3f6a18 Mon Sep 17 00:00:00 2001 From: b00ste Date: Tue, 13 Feb 2024 15:59:00 +0200 Subject: [PATCH] chore: create packages table --- README.md | 9 +++++++++ packages/lsp0-contracts/README.md | 2 +- packages/lsp1-contracts/README.md | 6 ++---- 3 files changed, 12 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 9144893d9..68ccb2d59 100644 --- a/README.md +++ b/README.md @@ -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,
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 diff --git a/packages/lsp0-contracts/README.md b/packages/lsp0-contracts/README.md index d2a3f5fa2..7e1dd5656 100644 --- a/packages/lsp0-contracts/README.md +++ b/packages/lsp0-contracts/README.md @@ -1,3 +1,3 @@ # LSP0 ERC725Account -Package for the LSP0 ER725Account standard. +Package for the LSP0 ERC725Account standard. diff --git a/packages/lsp1-contracts/README.md b/packages/lsp1-contracts/README.md index 69b3ff4ff..f3b35a9dc 100755 --- a/packages/lsp1-contracts/README.md +++ b/packages/lsp1-contracts/README.md @@ -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.