@hackage bitcoin-api0.11.1
Provides access to the RPC API of Bitcoin Core
Categories
License
MIT
Maintainer
leon@solatis.com
Links
Versions
Installation
Dependencies (15)
- aeson
- base >=4.3 && <5
- base58string
- binary
- bitcoin-block
- bitcoin-script Show all…
Dependents (2)
@hackage/bitcoin-api-extra, @hackage/acme-everything
haskell-bitcoin-api
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.


