bitcoin-script: Compilation, manipulation and decompilation of Bitcoin scripts

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

Provides pure functions to compile, decompile and manipulate Bitcoin scripts. This project relies heavily on the Haskoin project for the compiling and decompiling of the script assembly, and continuously merges changes downstream. The advantage this library has over Haskoin is that it uses very few dependencies and doesn't rely on external libraries such as LevelDB and snappy.


[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.10.0, 0.11.0, 0.11.1
Dependencies base (>=4.3 && <5), base16-bytestring, binary, bytestring, 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-script/issues
Source repo head: git clone git://github.com/solatis/haskell-bitcoin-script.git -b master
Uploaded by solatis at 2015-05-11T07:39:04Z
Distributions
Reverse Dependencies 5 direct, 2 indirect [details]
Downloads 4686 total (14 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-script-0.11.1

[back to package description]

haskell-bitcoin-script

Build Status Coverage Status MIT Haskell

This library provides utilities for compiling, manipulation and decompiling of Bitcoin scripts.