Skip to content

JFixby/btcregtest

Repository files navigation

Btcsuite (Bitcoin) regression testing

Build Status ISC License

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.

Build

set GO111MODULE=on
go build ./...
go test ./...
 

License

This code is licensed under the copyfree ISC License.

Releases

No releases published

Packages

No packages published

Languages