Skip to content

Proof Artifacts

Proof artifacts preserve information required for later inspection.

proof/
├── manifest.json
├── result.json
├── evidence/
├── checksums.sha256
├── provenance/
└── metadata/

This structure is conceptual unless a specific DigiEmu Proof contract declares an exact schema.

  • deterministic identity
  • completeness
  • portability
  • inspectability
  • integrity
  • traceability

A corrected proof should not silently erase the previous state.

Prefer:

Proof v1
Superseding Proof
Proof v2

over destructive replacement.

Continue with Proof Verification.