NFT Validation using Web 3

NFT Validation using Web 3

A Python based Metadata validation tool for Solana NFT projects


The problem NFT Validation using Web 3 solves

It helps find if our NFT is similar to someone else's so as to prevent any copyright infringment from the NFT owner, it also let's us know the matching percentage of our NFT to another so that we may modify and make it more unique.

Challenges we ran into

The main issue we ran into was trying to read the data from json file, and installing packages / running the program directly from the terminal.

Discussion