Skip to content

HashRei/bored-ape-yacht-club-top-holders-second

Repository files navigation

Made by @HashRei

Getting Started

Description

Subgraph that returns the holders of Bored Ape Yacht Club NFTs 🐒

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 & npm
    • You'll know you've installed nodejs right if you can run:
      • node --version And get an ouput like: vx.x.x
    • You'll know you've installed npx right if you can run:
      • npm --version And get an ouput like: x.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
  • The Graph
    • Sign in with your GitHub account

Build with...

GraphQl and Subgraphs

Quickstart

  1. Clone and install dependencies
git clone [email protected]:HashRei/bored-ape-yacht-club-top-holders-second.git
cd bored-ape-yacht-club-top-holders-second
yarn
  1. Run
graph codegen
graph auth   
yarn dev

Deployed version 👇

https://thegraph.com/hosted-service/subgraph/hashrei/bored-ape-yacht-club-top-holders-second

📫 How to contact me: Protonmail Badge Telegram Twitter Linktree

Made by @HashRei