JFixby / dcrharness

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Decred harness

ISC License

  • memwallet Offers 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.

  • nodecls Provides wrapper that launches a new dcrd-instance using command-line call.

Build

set GO111MODULE=on
go build ./...
go clean -testcache
go test ./...

License

This code is licensed under the copyfree ISC License.

About

License:ISC License


Languages

Language:Go 100.0%