@did-btcr2/method
Javascript/TypeScript reference implementation of did:btcr2 method, a censorship resistant DID Method using the Bitcoin blockchain as a Verifiable Data Registry to announce changes to the DID document. Core package of the did-btcr2-js monorepo.
@did-btcr2/cryptosuite
JavaScript/TypeScript implementation of the Data Integrity BIP340 Cryptosuite v0.1 specification. Used by various parts of the did-btcr2-js monorepo.
@did-btcr2/bitcoin
Bitcoin Core RPC and Rest Client Implementations in JS/TS. Used by @did-btcr2/method.
@did-btcr2/keypair
JavaScript/TypeScript implementation of secp256k1 public/private key pairs with BIP340 schnorr signatures. Used by various parts of the did-btcr2-js monorepo.
did-btcr2-js
Monorepo for did:btcr2 js/ts implementation and supporting packages.