This patch updates the guide on how to derive private keys from mnemonic.
It uses the package micro-ed25519-hdkey which is a new package that replaces ed25519-hd-key.
The big benefit over using this new version is that you don't need to add polyfills (like stream-browserify, etc) and a custom webpack config to make it work, it works in browsers directly!
This patch updates the guide on how to derive private keys from mnemonic.
It uses the package micro-ed25519-hdkey which is a new package that replaces
ed25519-hd-key
.The big benefit over using this new version is that you don't need to add polyfills (like
stream-browserify
, etc) and a custom webpack config to make it work, it works in browsers directly!