The ZKPNFT contract is a simple Solidity-based smart contract that generates NFTs for verified users using Zero-Knowledge Proofs (ZKP). // Once a user is verified, the contract assigns them a unique N
The ZKPNFT project is designed to generate NFTs for users verified using Zero-Knowledge Proofs (ZKP), ensuring privacy and security.
// By issuing NFTs only to verified users, it provides a decentralized identity system without exposing personal data.
50