0.22.2 • Published 2 days ago

@ckb-lumos/hd v0.22.2

Weekly downloads
8
License
MIT
Repository
github
Last release
2 days ago

@ckb-lumos/hd

HD & Mnemonic implementation for lumos.

Usage

Create a new HD wallet.

const { mnemonic, ExtendedPrivateKey, Keystore } = require("@ckb-lumos/hd")
const m = mnemonic.generateMnemonic()
const seed = mnemonic.mnemonicToSeedSync(m)
const extendedPrivateKey = ExtendedPrivateKey.fromSeed(seed)
const keystore = Keystore.create(extendedPrivateKey, "Your password")
// save keystore file
keystore.save("you path, only dir")

// load keystore file
const keystore = Keystore.load("you file path, with file name")

XPub support.

const { XPubStore } = require("@ckb-lumos/hd")

// load from xpub file.
const xpub = XPubStore.load("you path")

// to AccountExtendedPublicKey
const accountExtendedPublicKey = xpub.toAccountExtendedPublicKey()

// save xpub file.
xpub.save("your path")
0.22.2

26 days ago

0.22.1

1 month ago

0.22.0

1 month ago

0.22.0-next.5

2 months ago

0.22.0-next.4

4 months ago

0.22.0-next.3

4 months ago

0.22.0-next.2

4 months ago

0.22.0-next.1

5 months ago

0.22.0-next.0

5 months ago

0.21.1

5 months ago

0.21.0

5 months ago

0.20.0

10 months ago

0.21.0-next.0

9 months ago

0.21.0-next.1

7 months ago

0.21.0-next.2

6 months ago

0.21.0-next.3

6 months ago

0.20.0-alpha.3

12 months ago

0.20.0-alpha.2

1 year ago

0.19.0

2 years ago

0.20.0-alpha.0

1 year ago

0.20.0-alpha.1

1 year ago

0.19.0-beta.0

2 years ago

0.19.0-alpha.3

2 years ago

0.19.0-alpha.2

2 years ago

0.19.0-alpha.1

2 years ago

0.19.0-alpha.0

2 years ago

0.17.0

2 years ago

0.18.0

2 years ago

0.18.0-rc6

2 years ago

0.17.0-rc9

2 years ago

0.17.0-rc10

2 years ago

0.18.0-rc7

2 years ago

0.18.0-rc5

2 years ago

0.18.0-rc3

2 years ago

0.18.0-rc4

2 years ago

0.17.0-rc7

2 years ago

0.17.0-rc6

2 years ago

0.17.0-rc8

2 years ago

0.18.0-rc2

2 years ago

0.18.0-rc1

3 years ago

0.17.0-rc5

3 years ago

0.16.0

3 years ago

0.15.0

3 years ago

0.14.2-rc6

3 years ago

0.14.2-rc5

3 years ago

0.14.2-rc4

3 years ago

0.14.2-rc3

3 years ago

0.14.2-rc2

3 years ago

0.14.2-rc1

3 years ago

0.14.1

3 years ago

0.14.0

3 years ago

0.13.3

3 years ago

0.13.2

3 years ago

0.13.1

4 years ago

0.13.0

4 years ago