bitcoinjs / bip32-utils

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

Instantiate a BIP32 class from a private key? #19

Closed ekkis closed 1 year ago

ekkis commented 1 year ago

the methods .fromEntropy and .fromExtendedKey allow instantiating a class from a BIP39 phrase or an extended private/public key, but how can I do it using the hex (ascii) representation of a private key alone?

junderw commented 1 year ago

Are you sure you have the right repository?

I think you are mistaken.

ekkis commented 1 year ago

I'm sorry. the libraries between python (the language I'm using) and NodeJs are similarly named and I didn't realise I was here. however, the same applies. is there a way, do you know? because this repo doesn't seem to offer that either