iancoleman / bip39

A web tool for converting BIP39 mnemonic codes
https://iancoleman.io/bip39/
MIT License
3.43k stars 1.42k forks source link

BIP85 support #424

Closed kirillkovalenko closed 3 years ago

kirillkovalenko commented 4 years ago

Please add BIP85 entropy derivation support.

hoganri commented 3 years ago

@iancoleman there is now support for this in node https://github.com/hoganri/bip85-js or via npm - https://www.npmjs.com/package/bip85-js

AndreasGassmann commented 3 years ago

I opened a PR that adds this feature.

bip39-bip85

When I started working on this, @hoganri's library wasn't available, so I created my own, which I also used in this PR: https://github.com/AndreasGassmann/bip85 https://www.npmjs.com/package/bip85

AndreasGassmann commented 3 years ago

This was just merged! 🎉

It will be available in the next release.

kirillkovalenko commented 3 years ago

@AndreasGassmann Very nice. Thank you for your effort!

jsarenik commented 3 years ago

@kirillkovalenko Please close this issue. Thanks.