Projects
did-btc1-js
Monorepo containing the BTC1 Method JS/TS implementation and its supporting tools and libraries.
BTC1 Tools
Documentation website for the did-btc1-js monorepo.
@did-btc1/method
The BTC1 Method library implementation in JS/TS.
@did-btc1/key-pair
Implementation of secp256k1 public/private key pairs with BIP340 schnorr signatures in JS/TS. Supports @did-btc1/cryptosuite and @did-btc1/method.
@did-btc1/cryptosuite
Implementation of the Data Integrity BIP340 Cryptosuite v0.1 specification in JS/TS. Supports @did-btc1/method.
@did-btc1/common
Common shared utilities, types, and interfaces implemented in JS/TS supporting @did-btc1/method.
@did-btc1/cli
Command Line Interface (CLI) for interacting with did:btc1 method implemented in JS/TS. Supports @did-btc1/method.
@did-btc1/smt
Implementation of the Sparse Merkle Tree Merkle Sum (MS) data structure in JS/TS. Supports @did-btc1/method.
DID BTC1 Method
Contributor to the technical specification for the BTC1 Method