bitcoin-api: Provides access to the RPC API of Bitcoin Core

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

The Bitcoin Core application provides an HTTP RPC interface for communication. This library implements access to these functions. It builds on top of the `bitcoin-tx` and `bitcoin-script`, and as such provides an extremely flexible environment to create, manipulate and store transactions and custom scripts.


[Skip to Readme]

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.11.1, 0.12.0, 0.12.1
Dependencies aeson, base (>=4.3 && <5), base58string, binary, bitcoin-block, bitcoin-script, bitcoin-tx, bitcoin-types, bytestring, hexstring, lens, lens-aeson, text, unordered-containers, wreq [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-03T08:45:25Z
Distributions
Reverse Dependencies 2 direct, 0 indirect [details]
Downloads 5066 total (16 in the last 30 days)
Rating 2.0 (votes: 1) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Last success reported on 2015-05-03 [all 1 reports]

Readme for bitcoin-api-0.9.0

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