📄️ Format Overview
A DigStore store is a content-addressable, encrypted collection of files that compiles into a single WebAssembly module. This page gives you the whole picture in one read; the following pages go deeper on each piece.
📄️ Store Structure
A store has an identity, a history of generations, and a compiled module. This page covers each.
📄️ URNs & Encryption
The URN is the heart of DigStore. It is both the address that locates a resource and the secret that decrypts it.
📄️ Proofs & Security
DigStore's guarantees come from three mechanisms working together: a Merkle commitment over content, signed roots, and host attestation.