Chain of Custody
Immutable document histories with hash-linked ordering
How It Works
Each seal references the previous seal's BLAKE2b-256 hash, creating an ordered, immutable chain. Proves order, completeness, and integrity of document sequences.
CLI Commands
notis chain init <chain.json>
notis chain append <file> <chain>
notis chain verify <chain.json>
notis chain append <file> <chain>
notis chain verify <chain.json>
No chains created yet. Use the CLI to initialize a chain.