@hackage haskoin-wallet0.3.0
Implementation of a Bitcoin SPV Wallet with BIP32 and multisig support.
Categories
License
LicenseRef-PublicDomain
Maintainer
Philippe Laprade
Links
Versions
Installation
Tested Compilers
Dependencies (40)
- aeson >=0.7 && <0.12
- aeson-pretty >=0.7 && <0.8
- base >=4.8 && <5
- binary >=0.7 && <0.9
- bytestring >=0.10 && <0.11
- conduit >=1.2 && <1.3 Show all…
Dependents (1)
@hackage/acme-everything
Package Flags
library-only
(off by default)
Do not build the executables
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.