https://github.com/bitcoinjs/bip32-wallet
A BIP32 Wallet backed by bitcoinjs-lib, lite on features but heavily tested.
https://github.com/bitcoinjs/bip32-wallet
bitcoinjs-lib javascript
Last synced: 6 months ago
JSON representation
A BIP32 Wallet backed by bitcoinjs-lib, lite on features but heavily tested.
- Host: GitHub
- URL: https://github.com/bitcoinjs/bip32-wallet
- Owner: bitcoinjs
- License: mit
- Created: 2014-10-04T03:16:03.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2016-10-25T00:37:43.000Z (over 9 years ago)
- Last Synced: 2025-10-06T23:54:27.110Z (8 months ago)
- Topics: bitcoinjs-lib, javascript
- Language: JavaScript
- Homepage:
- Size: 131 KB
- Stars: 19
- Watchers: 10
- Forks: 11
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# bip32-wallet
[](http://travis-ci.org/bitcoinjs/bip32-wallet)
[](https://www.npmjs.org/package/bip32-wallet)
[](https://github.com/feross/standard)
A BIP32 Wallet backed by bitcoinjs-lib, lite on features but heavily tested.
# DEPRECATED - Use [BIP32-utils](https://github.com/bitcoinjs/bip32-utils) instead
## Derivation
Derivation path of `m/0'/i/k`, where `i` is the account (external or internal) and `k` is the leaf node (for addresses).
