Skip to content
#

derivation

Here are 46 public repositories matching this topic...

evias
evias commented Apr 24, 2020

It is currently cumbersome to work with this library as it always requires the following:

import {
  ExtendedKey,
  MnemonicPassPhrase,
  Wallet,
} from 'symbol-hd-wallets'

const mnemonic = MnemonicPassPhrase.createRandom()
const xkey = ExtendedKey.createFromSeed(mnemonic.toSeed())
const wallet = new Wallet(xkey)

console.log(`Private Key: ${wallet.getAccount().privateKey}`)
co

Improve this page

Add a description, image, and links to the derivation topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the derivation topic, visit your repo's landing page and select "manage topics."

Learn more