bitcoin-types: Provides consistent low-level types used commonly among Bitcoin implementations

[ finance, library, mit, network ] [ Propose Tags ]

Instead of having each Bitcoin library re-define the low level types it is using, this library provides a ready-to-use collection of low-level types and aliases.


[Skip to Readme]

Modules

[Index]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 0.9.0, 0.9.1, 0.9.2
Dependencies base (>=4.3 && <5), base58string, binary, bytestring, hexstring, text [details]
License MIT
Copyright (c) 2015 Leon Mergen
Author Leon Mergen
Maintainer leon@solatis.com
Category Network, Finance
Home page http://www.leonmergen.com/opensource.html
Bug tracker http://github.com/solatis/haskell-bitcoin-types/issues
Source repo head: git clone git://github.com/solatis/haskell-bitcoin-types.git -b master
Uploaded by solatis at 2015-05-10T05:05:09Z
Distributions
Reverse Dependencies 3 direct, 2 indirect [details]
Downloads 3134 total (10 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Last success reported on 2015-05-18 [all 1 reports]

Readme for bitcoin-types-0.9.2

[back to package description]

haskell-bitcoin-tx

Build Status Coverage Status MIT Haskell

This library provides the same functionality as the bitcoin-tx command line utility, which was introduced in Bitcoin Core v0.10. These functions are pure and require no communication with a bitcoin daemon.