@mattblackdesign/bip32

1.0.3 • Public • Published

bip32

Build Status

NPM

js-standard-style

A BIP32 compatible library.

Example

let bip32 = require('bip32')
let node = bip32.fromBase58('xprv9s21ZrQH143K3QTDL4LXw2F7HEK3wJUD2nW2nRk4stbPy6cq3jPPqjiChkVvvNKmPGJxWUtg6LnF5kejMRNNU3TGtRBeJgk33yuGBxrMPHi')

let child = node.derivePath('m/0/0')
// ...

LICENSE MIT

A derivation (and extraction for modularity) of the HDWallet/HDNode written and tested by bitcoinjs-lib contributors since 2014.

Dependencies (6)

Dev Dependencies (3)

Package Sidebar

Install

npm i @mattblackdesign/bip32

Weekly Downloads

0

Version

1.0.3

License

ISC

Unpacked Size

37.2 kB

Total Files

8

Last publish

Collaborators

  • mattblackdesign