@exowarexyz/qmdb
v2026.5.0
Published
Browser client for the ordered Exoware QMDB proof API.
Readme
@exowarexyz/qmdb
Browser client for the QMDB ConnectRPC proof API.
This package:
- calls
qmdb.v1.KeyLookupService,qmdb.v1.OrderedKeyRangeService,qmdb.v1.OperationLogService, andqmdb.v1.CurrentOperationServiceover Connect-Web - verifies
get,getMany,getRange,getOperationRange,getCurrentOperationRange, andsubscribeproofs for MMR or MMB through a small WASM module - supports
exact,prefix, andregexsubscription matchers
Proof verification is root-driven: callers supply the current/global root for
current-boundary-backed services. Operation-log-only backends are a separate
contract and use a trusted operation-log root. The client is configured with a
Merkle family (mmr by default) and uses that for all proof decoding and
verification.
