Select a file
The user chooses the file they want to prove. The original file stays on their device.
How it works
ProofDrops records a cryptographic commitment, not the document itself. The proof is useful because even a one-character change produces a different hash.
The user chooses the file they want to prove. The original file stays on their device.
ProofDrops reads the file locally and creates a SHA-256 fingerprint for that exact version.
Only the hash is sent to the smart contract, along with the registering wallet and chain timestamp.
Hash the file again and compare it with the blockchain record to confirm match or mismatch.