ProveChain CLI
Powerful command-line tool for cryptographic proof creation
Installation
Install ProveChain globally via npm (Node.js 18+ required):
npm install -g @aramantos/provechain-cliFree / Local
Perfect for personal projects and open source
100% Local
Available Commands
Core Commands (All Plans)
provechain init
Initialize ProveChain in your project
✓ ProveChain Initialized! Location: /path/to/project Config: provechain.yaml
provechain snapshot "description"
Create a cryptographic proof snapshot
✓ Snapshot Created Successfully! Proof ID: a1b2c3d4-... Files Hashed: 50,208
provechain verify <proof-file>
Verify a proof file against current state
✓ Verification PASSED Matches: 50,208 (100.0%)
provechain list
List all proof files with interactive selection
ProveChain Proofs (3 total) # │ Timestamp │ Description
provechain diff <proof1> <proof2>
Compare two proof files to see what changed
Added: 15 files | Removed: 3 files | Modified: 7 files
provechain log "event"
Log an innovation event to the ledger
✓ Innovation logged: Implemented OAuth2
provechain --json <command>
Output results in JSON format for automation
{"success": true, "proof_id": "abc123..."}Feature Comparison
Free / Local
Always free
- All core CLI commands
- JSON output mode
- Local-only (no cloud)
- Unlimited local proofs
Cloud Sync
Paid Plans
- Everything in Free
- Cloud proof storage
- Blockchain timestamps
- Version control
Ready to Get Started?
Install the CLI for free, or upgrade for cloud sync and blockchain anchoring.
