key-derivation
Installation
SKILL.md
BSV Key Derivation
Two primary approaches for deriving keys on BSV, plus mnemonic support.
Quick Reference
| Method | Package | Use Case |
|---|---|---|
| Type42 (BRC-42) | @bsv/sdk |
Modern: privacy-preserving, counterparty derivation |
| BIP32 (BRC-32) | @bsv/sdk |
Legacy: HD wallets, sequential paths |
| Mnemonic | @bsv/sdk |
Seed phrase to master key conversion |
1. Type42 Key Derivation (Recommended)
Modern approach using ECDH shared secrets. Provides enhanced privacy and unlimited key derivation.