forked fromkenshyx/bip32
- Notifications
You must be signed in to change notification settings - Fork0
A BIP32 compatible library.
License
NotificationsYou must be signed in to change notification settings
go-faast/bip32
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
ABIP32 compatible library written in TypeScript with transpiled JavaScript committed to git.
TypeScript
import*asbip32from'bip32';import{BIP32Interface}from'bip32';letnode:BIP32Interface=bip32.fromBase58('xprv9s21ZrQH143K3QTDL4LXw2F7HEK3wJUD2nW2nRk4stbPy6cq3jPPqjiChkVvvNKmPGJxWUtg6LnF5kejMRNNU3TGtRBeJgk33yuGBxrMPHi');letchild:BIP32Interface=node.derivePath('m/0/0');// ...
NodeJS
letbip32=require('bip32')letnode=bip32.fromBase58('xprv9s21ZrQH143K3QTDL4LXw2F7HEK3wJUD2nW2nRk4stbPy6cq3jPPqjiChkVvvNKmPGJxWUtg6LnF5kejMRNNU3TGtRBeJgk33yuGBxrMPHi')letchild=node.derivePath('m/0/0')// ...
LICENSEMIT
A derivation (and extraction for modularity) of theHDWallet
/HDNode
written and tested bybitcoinjs-lib contributors since 2014.
About
A BIP32 compatible library.
Resources
License
Stars
Watchers
Forks
Packages0
No packages published
Languages
- JavaScript59.9%
- TypeScript40.1%