Description
Provides access to the RPC API of Bitcoin Core.
Description
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.
README.md
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.