verumlotus / NFT-Holder-Overlap

Display Overlap of NFT Collection Holders via a Venn Diagram Visualization.

Home Page:https://nft-holder-overlap.vercel.app/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

NFT Holder Overlap

Render a Venn Diagram to display the overlap between holders of different NFT Collections.

Background

Many NFT collections form small communities with their own quirks and personalities. Almost all collectors hold multiple NFTs, and I thought it would be interesting to see which communities have the most overlap in terms of shared holders. A Venn Diagram was the natural visualization to render this data.

nft-holder-overlap

Architecture

Our website is built using Next.js and is hosted by Vercel. A user submits a list of contract addresses that is then sent to a Vercel Serveless Function which then determines the owners of the NFT collection using Alchemy's enhanced API. For our front-end visualization, we use Upset.js.

Improvements

This webiste is a quick hack and fairly simple by design. It's designed for desktop first, so future improvements can improve the mobile experience. It'd also be interesting to add more analytics to better understand how these different NFT communities intersect.

About

Display Overlap of NFT Collection Holders via a Venn Diagram Visualization.

https://nft-holder-overlap.vercel.app/

License:MIT License


Languages

Language:TypeScript 83.4%Language:CSS 15.5%Language:JavaScript 1.1%