bitcoin-tx: Utility functions for manipulating bitcoin transactions

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

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.


[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.10.0, 0.11.0, 0.12.0, 0.12.1, 0.13.0, 0.13.1
Dependencies base (>=4.3 && <5), binary, bitcoin-script, bitcoin-types, bytestring, cryptohash, hexstring, lens [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-tx/issues
Source repo head: git clone git://github.com/solatis/haskell-bitcoin-tx.git -b master
Uploaded by solatis at 2015-05-11T02:27:07Z
Distributions
Reverse Dependencies 4 direct, 0 indirect [details]
Downloads 5934 total (16 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-11 [all 1 reports]

Readme for bitcoin-tx-0.13.1

[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.