From 35c4799d8bb0bb1dbda20fc75b6c67a3708e71fa Mon Sep 17 00:00:00 2001 From: Ganesh Swami Date: Sun, 3 Dec 2023 12:58:38 -0800 Subject: [PATCH 1/3] update README --- README.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/README.md b/README.md index 9549906c..1637f5fb 100644 --- a/README.md +++ b/README.md @@ -145,3 +145,19 @@ npm run build:library ```bash npm run build:storybook ``` + +## 🤝 Contributing + +Contributions, issues and feature requests are welcome! +Feel free to check issues page. + +## Show your support + +Give a ⭐️ if this project helped you! + + + +## 📝 License + +This project is MIT licensed. + From 8a3a60183c0a465ca6f755ed100f261d913555a2 Mon Sep 17 00:00:00 2001 From: Ganesh Swami Date: Sun, 3 Dec 2023 12:59:45 -0800 Subject: [PATCH 2/3] update license --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1637f5fb..59fa2356 100644 --- a/README.md +++ b/README.md @@ -159,5 +159,5 @@ Give a ⭐️ if this project helped you! ## 📝 License -This project is MIT licensed. +This project is Apache 2.0 licensed. From f2f3d5956f56745c931546c35ed52e8aaed5f79f Mon Sep 17 00:00:00 2001 From: Ganesh Swami Date: Sun, 3 Dec 2023 13:33:50 -0800 Subject: [PATCH 3/3] fix --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index 59fa2356..d99b6185 100644 --- a/README.md +++ b/README.md @@ -114,6 +114,15 @@ Be sure to secure your key to prevent unauthorized use in the Covalent platform ``` +## GoldRush Templates + +|Template|Description|Link| +|---|---|---| +|Wallet & Portfolio UI|Display your tokens and NFTs across multiple chains.|https://github.com/covalenthq/goldrush-wallet-portfolio-ui| +|NFT Collection Gallery & Analytics UI|Coming soon!|| +|Uniswap-like Analytics UI|Coming soon!|| + + ## Build and customize with Storybook The components used above are built React, Tailwind, and TypeScript. You can preview and customize the components using Storybook.