@hackage haskoin-wallet0.2.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.

  • Installation

  • Dependencies (40)

  • Dependents (0)

  • Package Flags

      mysql
       (off by default)

      Use MySQL instead of Sqlite

      library-only
       (off by default)

      Do not build the executables