bitcore-armory

0.1.2 • Public • Published

bitcore-armory

Bitcore extension to manage Armory's Deterministic key derivation.

Get Started

npm install bitcore
npm install bitcore-armory
var bitcore = require('bitcore');
var bitcoreArmory = require('bitcore-armory');
 
//From Armory's export keys feature
var watchOnlyRootId   = 'wsfg akeu uufk aasw te';
var watchOnlyRootData = 'dnjs wkjw tdkh iihn ujtn dukw jtwu dfnk akht htwt ktut nuej uhuf jant ftka feir deji dafj sekd wtni ugnu kidf sths swht etsa jhnj hdit wfff sgan noaj foui gdsa wrks sjgu kkjh nfja';
 
var rootPublicKey = bitcoreArmory.ArmoryRootPublicKey(watchOnlyRootId, watchOnlyRootData);
 
var firstKey = rootPublicKey.derive();
var address = firstKey.toAddress();
console.log(address.toString()); //1663H4t7h7uFyqH3nbBHRXbrz9ksfAukFf

You can get the Watch-Only Root ID and Data by following these instructions. For more information please check the documentation and examples.

Features

  • Support public key derivation according to Armory's rules (not BIP32).
  • Caches all calculated keys.
  • Root public key initialization from watch-only root id and watch-only root data.

Roadmap

  • Initialize public key from any current public key and chain code.
  • Private key support with initialization from root key or an existing private key + chain data.
  • Proper toString/inspect/toObject/toJSON implementation and re-instantiation.

License

Code released under the MIT license.

Copyright © 2014-2015 Leopoldo Godines.

Readme

Keywords

Package Sidebar

Install

npm i bitcore-armory

Weekly Downloads

1

Version

0.1.2

License

MIT

Last publish

Collaborators

  • leopoldo