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
5
//! DID creation (SPEC §3, unit U2).
//!
//! Will own the mint of a brand-new DID from a funding coin: launcher creation, the eve spend, and
//! the first owner update that makes the DID wallet-parseable. Produces a [`crate::DidSpend`] whose
//! `child` is the newly created DID and whose owner op requires one `AGG_SIG_ME` over the owner key.