vtimestamp
Decentralized document timestamping using VerusID.
What It Does
vtimestamp lets you create cryptographic timestamps for any document or data, stored permanently on the Verus blockchain. Your documents never leave your device - only the hash is published. Verify timestamps anytime without logging in.
Status
Alpha MVP - Early development. Feedback welcome.
Requirements
- Node.js >= 20.0.0
- Yarn
- VerusID (for creating timestamps)
Quick Start
cd vtimestamp
yarn install
yarn dev
Open http://localhost:5173 in your browser.
Usage
Create a Timestamp
- Login with your VerusID (via Verus Mobile wallet)
- Upload a file or paste text
- Approve the signature request in your wallet
- Your timestamp is published to the blockchain
Verify a Timestamp
- No login required
- Upload a file or paste text
- View the timestamp proof and blockchain confirmation
License
MIT