bitcoin-api-extra: Higher level constructs on top of the bitcoin-api package
This is a package candidate release! Here you can preview how this package release will appear once published to the main package index (which can be accomplished via the 'maintain' link below). Please note that once a package has been published to the main package index it cannot be undone! Please consult the package uploading documentation for more information.
Warnings:
- 'ghc-options/ghc-prof-options: -fprof*' profiling flags are typically not appropriate for a distributed library package. These flags are useful to profile this package, but when profiling other packages that use this one these flags clutter the profile output with excessive detail. If you think other packages really want to see cost centres from this package then use '-fprof-auto-exported' which puts cost centres only on exported functions. Alternatively, if you want to use this, make it conditional based on a Cabal configuration flag (with 'manual: True' and 'default: False') and enable that flag during development.
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]
Properties
Versions | 0.9.0, 0.9.1, 0.9.2 |
---|---|
Change log | None available |
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 2017-11-27T07:57:37Z |
Modules
- Control
- Bitcoin
- Api
- Control.Bitcoin.Api.Transaction
- Api
- Bitcoin
Downloads
- bitcoin-api-extra-0.9.2.tar.gz [browse] (Cabal source package)
- Package description (as included in the package)
Maintainer's Corner
Package maintainers
For package maintainers and hackage trustees