Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bit-wasp/bitcoind-server
PHP library for spinning up regtest bitcoin instances for unit testing
https://github.com/bit-wasp/bitcoind-server
bitcoin bitcoin-testing regtest
Last synced: 7 days ago
JSON representation
PHP library for spinning up regtest bitcoin instances for unit testing
- Host: GitHub
- URL: https://github.com/bit-wasp/bitcoind-server
- Owner: Bit-Wasp
- License: mit
- Created: 2018-03-18T15:55:27.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-05-14T12:42:38.000Z (over 6 years ago)
- Last Synced: 2024-03-26T08:51:02.399Z (8 months ago)
- Topics: bitcoin, bitcoin-testing, regtest
- Language: PHP
- Homepage:
- Size: 24.4 KB
- Stars: 3
- Watchers: 5
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
bitcoind server
================[![Build Status](https://travis-ci.org/Bit-Wasp/bitcoind-server.svg?branch=master)](https://travis-ci.org/Bit-Wasp/bitcoind-server)
[![Scrutinizer Code Quality](https://scrutinizer-ci.com/g/Bit-Wasp/bitcoind-server/badges/quality-score.png?b=master)](https://scrutinizer-ci.com/g/Bit-Wasp/bitcoind-server/?branch=master)
[![Code Coverage](https://scrutinizer-ci.com/g/Bit-Wasp/bitcoind-server/badges/coverage.png?b=master)](https://scrutinizer-ci.com/g/Bit-Wasp/bitcoind-server/?branch=master)This library can be used to creating bitcoin node data
directories with a certain configuration, or to boot
a bitcoind instance against a certain directory.The NodeService provides a simple API for this function.
The UnitTestNodeService provides an API for creating
once off regtest nodes, whose data directories will be
cleaned up when the service instance is destructed.The Server class can also be used as a factory for
producing an `nbobtc/bitcoind` RPC client configured
to use the running instance.