Skip to content

Latest commit

 

History

History
22 lines (18 loc) · 720 Bytes

README.md

File metadata and controls

22 lines (18 loc) · 720 Bytes

PicFight 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 pfcd-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.