Skip to content

Latest commit

 

History

History
26 lines (19 loc) · 867 Bytes

README.md

File metadata and controls

26 lines (19 loc) · 867 Bytes

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.