/network-bitcoin

Haskell bindings for Bitcoin RPC

Primary LanguageHaskellBSD 3-Clause "New" or "Revised" LicenseBSD-3-Clause

network-bitcoin

This library supports Bitcoin Core v0.18 only.

See the Hackage documentation.

Testing

The tests expect to run against a bitcoind node running in regtest mode. Invoke bitcoind with:

$ bitcoind -regtest -rpcuser=bitcoinrpc -rpcpassword=bitcoinrpcpassword -rpcport=18444