PickaxeProof is an AI-powered NFT authenticator built for the Sonic blockchain with a Minecraft twist. Here’s how it flows:
-
Set Up Locally
- Run
npm install
to install dependencies. - Run
npm run dev
to start the app locally (visithttp://localhost:8080
).
- Run
-
Connect Wallet
- Open the app and connect your MetaMask wallet to the Sonic testnet.
-
Mint an NFT
- Use the
MinecraftNFT
contract to mint a new NFT with a token URI.
- Use the
-
AI Verification
- The ZerePy AI agent analyzes the NFT’s metadata and transaction history every 30 seconds to check authenticity and rarity.
-
Get a Score
- The AI assigns an authenticity score (0-100) and a rarity rank (Common, Rare, Epic).
-
Mint a Trust Badge
- If verified, a Trust Badge (Iron, Gold, or Diamond) is minted as a token based on the score.
-
View Results
- See your NFT, score, and badge in a Minecraft-style UI—blocky, green, and pixel-perfect.