Harbours a pre-configured test setup and unit tests to run RPC-driven node tests.
Builds a btcd-specific RPC testing harness crafting and executing integration
tests by driving a btcd
instance via the RPC
interface.
Each instance of an active harness comes equipped with a simple in-memory HD wallet capable of properly syncing to the generated chain, creating new addresses, and crafting fully signed transactions paying to an arbitrary set of outputs.
set GO111MODULE=on
go build ./...
go test ./...
This code is licensed under the copyfree ISC License.