haskoin-wallet

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

http://github.com/haskoin/haskoin

Latest on Hackage:0.4.2

This package is not currently in any snapshots. If you're interested in using it, we recommend adding it to Stackage Nightly. Doing so will make builds more reliable, and allow stackage.org to host generated Haddocks.

LicenseRef-PublicDomain licensed by Philippe Laprade, Jean-Pierre Rupp
Maintained by [email protected]

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.