Post
Topic
Board Development & Technical Discussion
Re: Signing offline transactions from BIP32 inputs?
by
keeshux
on 02/09/2014, 10:07:14 UTC
If you already know how to sign the transaction given your input keys, you only need a library that can do BIP32 derivation from the master private key. Several exist, what's your programming language preference?

JavaScript: bitcoinjs, bip32.org
Java: bitcoinj
Objective-C: WaSPV, CoreBitcoin