Skip to content

HashThis is a lightweight open-source dApp for proving data existence and integrity on Nervos CKB. Users hash files locally, anchor the hash on-chain, and later verify that the same data existed at a specific time without revealing the original content.

License

Notifications You must be signed in to change notification settings

alienrobotninja/HashThis

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

HashThis

HashThis is a lightweight, open-source dApp for proving data existence and integrity using the Nervos CKB blockchain. It allows users to generate cryptographic hashes locally, anchor those hashes on CKB testnet, and later verify that the same data existed at a specific point in time without revealing the original content.

The project focuses on simplicity, privacy, and verifiable timestamped proofs rather than data storage. No files are uploaded or stored by the application; only deterministic hashes are written on-chain. Verification is performed by re-hashing the same data locally and comparing it with the on-chain record.

HashThis is designed as a small, runnable prototype demonstrating a practical Web5-style use case for CKB: user-controlled data verification with minimal infrastructure.

About

HashThis is a lightweight open-source dApp for proving data existence and integrity on Nervos CKB. Users hash files locally, anchor the hash on-chain, and later verify that the same data existed at a specific time without revealing the original content.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published