haskell-bitcoin-api
===================
[](https://travis-ci.org/solatis/haskell-bitcoin-api)
[](https://coveralls.io/r/solatis/haskell-bitcoin-api?branch=master)
[](http://en.wikipedia.org/wiki/MIT_License)
[](http://haskell.org)
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.