Skip to content

AAYUSH-GUPTA-coder/nft-gallery-quicknode-tutorial

Repository files navigation

NFT Gallery QuickNode

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/nft-gallery-quicknode-tutorial
cd nft-gallery-quicknode-tutorial
yarn install

Create .env file

QUICKNODE_NFT_API_KEY = "enter-api-key"

Run the app on localhost

yarn dev

About

NFT Gallery using QuickNode and Icy.tools NFT API

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published