bitcoin-api-extra: Higher level constructs on top of the bitcoin-api package

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

Where `bitcoin-api` focusses solely on interacting with the Bitcoin Core client, this library attempts to provide higher level constructs on top of that API. It provides a collection of algorithms and useful interfaces for communicating with Bitcoin.


[Skip to Readme]

Modules

[Index]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

Versions [RSS] 0.9.0, 0.9.1
Dependencies base (>=4.3 && <5), binary, bitcoin-api, bitcoin-block, bitcoin-tx, bytestring, conduit, lens, stm, stm-chans, stm-conduit, text, transformers [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-api-extra/issues
Source repo head: git clone git://github.com/solatis/haskell-bitcoin-api-extra.git -b master
Uploaded by solatis at 2015-05-14T06:30:40Z
Distributions
Reverse Dependencies 1 direct, 0 indirect [details]
Downloads 2096 total (8 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-14 [all 1 reports]

Readme for bitcoin-api-extra-0.9.1

[back to package description]

haskell-bitcoin-api-extra

Build Status Coverage Status MIT Haskell

Where bitcoin-api focusses solely on interacting with the Bitcoin Core client, this library attempts to provide higher level constructs on top of that API.

It provides a collection of algorithms and useful interfaces for communicating with Bitcoin.