Skip to content

AAYUSH-GUPTA-coder/quicknode-graphql-nft-api-tutorial

Repository files navigation

Getting Started

This repository is part of a tutorial. You can find the tutorial here.

Requirements

  • git
    • You'll know you did it right if you can run git --version and you see a response like git version x.x.x
  • Nodejs
    • You'll know you've installed nodejs right if you can run:
      • node --version and get an ouput like: vx.x.x
  • Yarn instead of npm
    • You'll know you've installed yarn right if you can run:
      • yarn --version and get an output like: x.x.x
      • You might need to install it with npm or corepack

Quickstart

git clone https://github.com/AAYUSH-GUPTA-coder/quicknode-graphql-nft-api-tutorial
cd quicknode-graphql-nft-api-tutorial
yarn install

Create .env file

QUICKNODE_NFT_API_KEY = "enter-api-key"

Run the app on localhost

yarn dev

About

nft-market-dashboard

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published