github.com/lbryio/lbcd@v0.22.119/integration/rpctest/README.md (about) 1 rpctest 2 ======= 3 4 [![ISC License](http://img.shields.io/badge/license-ISC-blue.svg)](http://copyfree.org) 5 6 Package rpctest provides a btcd-specific RPC testing harness crafting and 7 executing integration tests by driving a `btcd` instance via the `RPC` 8 interface. Each instance of an active harness comes equipped with a simple 9 in-memory HD wallet capable of properly syncing to the generated chain, 10 creating new addresses, and crafting fully signed transactions paying to an 11 arbitrary set of outputs. 12 13 This package was designed specifically to act as an RPC testing harness for 14 `btcd`. However, the constructs presented are general enough to be adapted to 15 any project wishing to programmatically drive a `btcd` instance of its 16 systems/integration tests.