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
//! The `did:chia:1…` string codec (SPEC §2 & §9, unit U11).
//!
//! Will own encoding a DID launcher id to, and decoding it from, the canonical `did:chia:1…` bech32m
//! string. The codec byte-agrees with `chia-sdk-utils`' `Address` (SPEC §9 conformance) — never a
//! hand-rolled bech32m. Malformed input yields [`crate::DidError::InvalidDidString`].