bitcoin-api

Provides access to the RPC API of Bitcoin Core

http://www.leonmergen.com/opensource.html

Version on this page:0.11.1
LTS Haskell 12.26:0.12.1
Stackage Nightly 2018-09-28:0.12.1
Latest on Hackage:0.12.1

See all snapshots bitcoin-api appears in

MIT licensed by Leon Mergen
Maintained by [email protected]
This version can be pinned in stack with:bitcoin-api-0.11.1@sha256:d13c1cba87b27c3aa68d99749eb355e9521845c6034d37cfc3bf9f2b10462e60,3534

haskell-bitcoin-api

Build Status Coverage Status MIT Haskell

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.