bitcoinjs / bip32

A BIP32 compatible library.
MIT License
181 stars 129 forks source link

Key Derivation Path #42

Closed eozturk1 closed 3 years ago

eozturk1 commented 3 years ago

Does this library implement BIP44 -- a path naming convention? From the code, it seem it doesn't but just wanted to confirm.

junderw commented 3 years ago

BIP44 is a path management methodology.

That is out of scope for this library.