@bcts/xid
v1.0.0-alpha.11
Published
Blockchain Commons XID for TypeScript
Maintainers
Readme
XID: Extensible Identifiers for TypeScript
Disclaimer: This package is under active development and APIs may change.
Introduction
XIDs (eXtensible IDentity, /zid/) are unique 32-byte identifiers that represent any entities—real or abstract—such as a person, organization, or device. Generated from the SHA-256 hash of a specific public signing key known as the inception key, a XID provides a stable identity throughout its lifecycle, even as associated keys and permissions evolve. Leveraging Gordian Envelope for XID Documents, XIDs are recursively resolvable and extensible, allowing for detailed assertions about the entity, including key declarations, permissions, controllers, and endpoints. The integration of provenance marks ensures a verifiable chain of document revisions, enhancing security and authenticity in decentralized identity management.
Specification
XIDs and XID documents are discussed in this paper.
Rust Reference Implementation
This TypeScript implementation is based on bc-xid-rust v0.18.0 (commit).
