Skip to content

Commit

Permalink
nit
Browse files Browse the repository at this point in the history
  • Loading branch information
jagnani73 committed Nov 12, 2024
1 parent 9c88de7 commit 702ef79
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -151,10 +151,13 @@ export default GoldRushExample;

## GoldRush Repositories

| Name | Description |
| -------------------------------------------------------------------------------------- | --------------------------------------------------------------------------- |
| [GoldRush Block Explorer UI](https://github.com/covalenthq/goldrush-block-explorer-ui) | A cross chain block explorer kit that can be customized. |
| [GoldRush Decoder](https://github.com/covalenthq/goldrush-decoder) | Decode unstructured, raw event logs into structured data with a simple API. |
| Name | Description | | |
| -------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| [GoldRush Decoder](https://github.com/covalenthq/goldrush-decoder) | Decode unstructured, raw event logs into structured data with a simple API. | - | [![GitHub last commit](https://img.shields.io/github/last-commit/covalenthq/goldrush-decoder)](https://github.com/covalenthq/goldrush-decoder/commits/main) |
| [GoldRush Block Explorer UI](https://github.com/covalenthq/goldrush-block-explorer-ui) | A cross chain block explorer kit that can be customized. | [View live template](https://goldrush-block-explorer-ui.vercel.app/) | [![GitHub last commit](https://img.shields.io/github/last-commit/covalenthq/goldrush-block-explorer-ui)](https://github.com/covalenthq/goldrush-block-explorer-ui/commits/main) |
| [Wallet & Portfolio UI](https://github.com/covalenthq/goldrush-wallet-portfolio-ui) | Helps web3 developers easily display tokens and NFTs held by a wallet across multiple blockchains. | [View live template](https://goldrush-wallet-portfolio-ui.vercel.app/) | [![GitHub last commit](https://img.shields.io/github/last-commit/covalenthq/goldrush-wallet-portfolio-ui)](https://github.com/covalenthq/goldrush-wallet-portfolio-ui/commits/main) |
| [NFT Gallery UI](https://github.com/covalenthq/goldrush-nft-gallery-ui) | Display NFTs along with metadata. Build web3 NFT galleries using React components. | [View live template](https://goldrush-nft-gallery-ui.vercel.app/) | [![GitHub last commit](https://img.shields.io/github/last-commit/covalenthq/goldrush-nft-gallery-ui)](https://github.com/covalenthq/goldrush-nft-gallery-ui/commits/main) |
| [Transaction Receipt UI](https://github.com/covalenthq/goldrush-tx-receipt-ui) | Get a beautifully rendered and detailed view of blockchain transactions. | [View live template](https://goldrush-tx-receipt-ui.vercel.app/) | [![GitHub last commit](https://img.shields.io/github/last-commit/covalenthq/goldrush-tx-receipt-ui)](https://github.com/covalenthq/goldrush-tx-receipt-ui/commits/main) |

## Build and customize with Storybook

Expand Down

0 comments on commit 702ef79

Please sign in to comment.