@abaxxtech/id
v2.0.11
Published
ID Dwn Protocol - https://identity.foundation/decentralized-web-node/spec/
Readme
@abaxxtech/id
A reference implementation of the Decentralized Web Node (DWN) specification, extended for the Abaxx ID++ protocol.
This package provides the protocol-level primitives — message handlers, interfaces, stores, JOSE signing, and CID utilities — used to build DWN servers and clients.
Install
npm install @abaxxtech/idRequires Node.js >= 20.3.0. ESM, CJS, and browser bundles are included.
Use
import { Dwn, RecordsQuery, DataStream, Cid } from '@abaxxtech/id';
import type {
DwnConfig,
GenericMessage,
RecordsWriteMessage,
} from '@abaxxtech/id';See the protocol specification at https://identity.foundation/decentralized-web-node/spec/ for message shapes and semantics.
