bitcoinjs / bip32-utils

A small set of utilities for use with BIP32 HD key nodes
MIT License
75 stars 51 forks source link

Documentation? #15

Closed eozturk1 closed 3 years ago

eozturk1 commented 3 years ago

I recently started learning about HD wallets and found this library. I was wondering whether there was any documentation available on the API.

Also, compared to the BIP32 repo, does bip32-utils provide a low(er) level interface -- but the same interface in high-level?

junderw commented 3 years ago

This repo should not be used since it depends on an old version of bitcoinjs-lib.

eozturk1 commented 3 years ago

Are there any alternative HD wallet libraries written in Javascript?

junderw commented 3 years ago

bip32 should be sufficient.

Is it too low level?

eozturk1 commented 3 years ago

bip32-utils API seems more verbose which I would prefer. I will go with the bip32 then. Thank you @junderw!