JP Richardson 75c271cde2 lib/hdkey: refactored code from public and private into serialize 11 years ago
lib lib/hdkey: refactored code from public and private into serialize 11 years ago
test added tests for privateKey/publicKey 11 years ago
.gitignore add .npmignore 11 years ago
.min-wd added make browser-test 11 years ago
.npmignore add .npmignore 11 years ago
.travis.yml add .travis.yml support, add coveralls support 11 years ago
CHANGELOG.md added method fromMasterSeed, changed constructor, added privateKey and publicKey 11 years ago
Makefile added make browser-test 11 years ago
README.md add .travis.yml support, add coveralls support 11 years ago
package.json added make browser-test 11 years ago

README.md

hdkey

build status Coverage Status

A JavaScript component for BIP32(hierarchical deterministic keys). API is very unstable at the moment. Don't even think about using this. Should stabilize within the next few days.

Thanks to the active BitcoinJS team and their hard work - some code borrowed from it.