dig-did 0.1.0

The DIG Network canonical Chia DID expert crate: a pure, key-free, network-free SpendBundle-builder for Chia Decentralized Identifiers. Builds the exact CoinSpends for every DID lifecycle operation and reports the exact signatures a caller must produce — never holds a key, never signs, never broadcasts.
Documentation
1
2
3
4
//! DID resolution to a DID document / current owner (SPEC §3, unit U10).
//!
//! Will own resolving a DID's current on-chain state (owner p2 puzzle hash, metadata, recovery
//! config) into a resolved view, and the DID-document projection used by consumers.