@hackage haskoin0.1.0.2
Implementation of the Bitcoin protocol.
Categories
License
LicenseRef-PublicDomain
Maintainer
Philippe Laprade
Links
Versions
Deprecated
Dependencies (14)
- aeson >=0.8 && <0.9
- base >=4.6 && <5
- binary >=0.7 && <0.8
- byteable >=0.1 && <0.2
- bytestring >=0.10.4 && <0.11
- containers >=0.5 && <0.6 Show all…
Dependents (2)
@hackage/acme-everything, @hackage/ethereum-client-haskell
Package Flags
testnet
(off by default)
Compile the library against Testnet instead of Prodnet
Haskoin is a package providing an implementation of the Bitcoin protocol specifications. It provides the cryptographic ECDSA and hashing primitives, functions for handling BIP32 extended keys, functions for building and signing various types of regular and multisig transactions and a definition of the network protocol messages.