Popularity
5.9
Declining
Activity
7.4
-
10
5
2

Monthly Downloads: 8
Programming language: Haskell
License: BSD 3-clause "New" or "Revised" License
Tags: Unclassified     Bitcoind    

bitcoind-regtest alternatives and similar packages

Based on the "bitcoind" category.
Alternatively, view bitcoind-regtest alternatives based on common mentions on social networks and blogs.

Do you think we are missing an alternative of bitcoind-regtest or a related project?

Add another 'bitcoind' Package

README

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.