Vraimony CLI (offline verify helper) — by GetEvidex
Version: 4.5.6.0

Purpose:
- Verify ERF receipts and SHA-256 hashes locally.
- No network calls required.
- Integrity-only: does NOT prove identity, truth, authorship, delivery/condition, or legal admissibility.

Authority (plain URLs):
- https://getevidex.net/standard.html
- https://getevidex.net/trust-center.html
- https://getevidex.net/transparency.html

Daily Transparency Snapshot:
- Daily Transparency Snapshot is an integrity-only daily signed checkpoint.
- It is NOT Certificate Transparency (RFC 6962) and does not provide inclusion/consistency proofs.

Compatibility note:
Compatibility vocabulary mapping only. No official integration or standards compliance claim is implied.

Quick start:
1) Install Python 3.10+.
2) Run:
   python3 evidex_verify.py --help

Examples:
- Verify a receipt JSON file:
   python3 evidex_verify.py --receipt receipt.erf.json

- Verify a file hash vs receipt hash:
   python3 evidex_verify.py --file your_file.bin --receipt receipt.erf.json

Security notes:
- This ZIP is for software distribution only.
- Do not upload private data to public verify unless you explicitly opt in.
