Beta

GoldRush Kit

by Covalent
15Supported chains 3Plans
Starting at $50.00
This add-on is currently in Beta

Feel free to test it, we would appreciate feedback to address any errors that may occur

Beautifully designed, open-source React components for your frontend.

GoldRush Kit is built to help developers incorporate onchain data components into their app so that they can focus on their value-add. It is open-source and completely customizable and supports 200+ blockchains.

Note - by purchasing this add-on, you get access to ALL the other Covalent add-ons in the marketplace.

Getting Started

Visit the open-source repo on GitHub.

Setup

Install goldrush-kit using npm:

npm install @covalenthq/goldrush-kit

or yarn:

yarn add @covalenthq/goldrush-kit

Implementation

  1. Import GoldRushProvider:

    import { GoldRushProvider } from "@covalenthq/goldrush-kit";
    
  2. Wrap GoldRushProvider around the application.

  3. Configure the provider and add it to the apikey props with your Covalent API key. You can register for a free key on Covalent's website.

    <GoldRushProvider apikey="YOUR_API_KEY">{children </GoldRushProvider>
    
  4. Add the stylesheet to your application.

    import "@covalenthq/goldrush-kit/styles.css";
    
  5. Add desired components. If you're using next.js versions ^13.0 and are using app router, make sure you have use client; at the top of the file to disable Next's server component modules. Visit GoldRush's component documentation for more information.

    import {
      GoldRushProvider,
      NFTWalletTokenListView,
      TokenBalancesListView,
      TokenTransfersListView,
      AddressActivityListView,
    } from "@covalenthq/goldrush-kit";
    

GoldRush Templates

Supported Chains

Arbitrum
Arbitrum Nova
Avalanche
Base
Blast
BNB Smart Chain
Celo
Ethereum logo
Ethereum
Fantom
Gnosis
Optimistic Ethereum
Polygon
Polygon zkEVM
Scroll
zkSync

Published on May 3, 2024

Support Website Support Email

Plans & features

Premium - $50/month
  • Premium - $50/month
  • Professional - $250/month
  • Platinum - $500/month
Enterprise Sales
Multichain Support
Support for 200+ blockchains
Wallet & Portfolio UI Live Template
https://goldrush-wallet-portfolio-ui.vercel.app/
Open-source & Customizable
NFT Gallery UI Live Template
https://goldrush-nft-gallery-ui.vercel.app/
Custom Transaction Receipt Live Template
https://goldrush-tx-receipt-ui.vercel.app/
50,000 API Credits Per Month