Alchemist 4.0 NFT Collection Using GoldRush Kit

Trt it here

To know more about what is alchemist 4.0 nft collection
you can read the notion page here that will include all detail about alchemist 4.0 program

TechStack

  • Node > 18.0.0
  • Next JS > 14 (App Router)
  • Covalenthq/goldrush-kit
  • TailwindCSS
  • RadixUI

Installation

  1. Clone this repository
git clone https://github.com/Joshaw-k/alchemist_nft_dash
  1. Navigate to the project directory
cd alchemist_nft_dash
  1. Install depedencly
pnpm install
  1. Add .env file in the root of the project directory
NEXT_PUBLIC_COVALENT_KEY="your covalent api key"

since you are placing your key in the client, make sure that you had allow-list enable for security reason

  1. Start Development Server
pnpm run dev // the default could be in http://localhost:3000