Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update README #19

Merged
merged 3 commits into from
Dec 3, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
25 changes: 25 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,15 @@ Be sure to secure your key to prevent unauthorized use in the Covalent platform
</GoldRushProvider>
```

## 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.
Expand Down Expand Up @@ -145,3 +154,19 @@ npm run build:library
```bash
npm run build:storybook
```

## 🤝 Contributing

Contributions, issues and feature requests are welcome!
Feel free to check <a href="https://github.com/covalenthq/goldrush-kit/issues">issues</a> page.

## Show your support

Give a ⭐️ if this project helped you!



## 📝 License

This project is <a href="https://github.com/covalenthq/goldrush-kit/blob/main/LICENSE">Apache 2.0</a> licensed.

Loading