/theniftogram

NFT marketplace aggregator

Primary LanguageJavaScript

The Niftogram

An NFT marketplace aggregator. Currently only Zora and Foundation marketplace data is pulled in.

View the site

How does it work?

Nextjs getServerSideProps calls a fetch data function that pulls in NFT data from a subgraph api built on the graph protocol. There are subgraphs available for use on the Graph Explorer

Getting Started

Steps to run locally:

  1. git clone https://github.com/farque65/theniftogram.git

  2. yarn install packages

  3. run project

npm run dev
# or
yarn dev

Open http://localhost:3000 with your browser to see the result.

Learn More About Nextjs

This is a Next.js project bootstrapped with create-next-app.

To learn more about Next.js, take a look at the following resources:

You can check out the Next.js GitHub repository - your feedback and contributions are welcome!