bitcoind-regtest

A cilent for the bitcoind JSON-RPC interface


Keywords
library, program, unclassified, Propose Tags , Bitcoin.Core.Regtest
License
BSD-3-Clause
Install
cabal install bitcoind-regtest

Documentation

bitcoin-core Haskell integration

bitcoind-rpc

This is a Haskell interface to the bitcoin-core daemon RPC. It expresses parameters and return values with types from haskoin-core where possible. Not all RPC methods are supported, but there are enough to be useful for many applications.

bitcoind-regtest

This package provides some tooling for testing a bitcoin-core integration. Features include:

  • Spin up ephemeral regtest nodes
  • Fund outputs in one line
  • Simple HD wallet

Supported bitcoin-core versions

bitcoind ==0.19.0.1

Test suite

The test suite is in bitcoind-regtest, and only runs on Linux.