@hackage haskoin-wallet0.4.0

Implementation of a Bitcoin SPV Wallet with BIP32 and multisig support.

This package provides a SPV (simple payment verification) wallet implementation. It features BIP32 key management, deterministic signatures (RFC-6979) and first order support for multi-signature transactions. You can communicate with the wallet process through a ZeroMQ API or through a command-line tool called "hw" which is also provided in this package.