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
- Node > 18.0.0
- Next JS > 14 (App Router)
- Covalenthq/goldrush-kit
- TailwindCSS
- RadixUI
- Clone this repository
git clone https://github.com/Joshaw-k/alchemist_nft_dash
- Navigate to the project directory
cd alchemist_nft_dash
- Install depedencly
pnpm install
- 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
- Start Development Server
pnpm run dev // the default could be in http://localhost:3000