Skip to content

Latest commit

 

History

History
executable file
·
30 lines (23 loc) · 1.26 KB

README.md

File metadata and controls

executable file
·
30 lines (23 loc) · 1.26 KB

eacutil

Build Status Coverage Status ISC License GoDoc

Package eacutil provides earthcoin-specific convenience functions and types. A comprehensive suite of tests is provided to ensure proper functionality. See test_coverage.txt for the gocov coverage report. Alternatively, if you are running a POSIX OS, you can run the cov_report.sh script for a real-time report.

This package was developed for eacd, an alternative full-node implementation of earthcoin based on btcd, which is under active development by Conformal. Although it was primarily written for eacd, this package has intentionally been designed so it can be used as a standalone package for any projects needing the functionality provided.

Installation and Updating

$ go get -u github.com/eacsuite/eacutil

License

Package eacutil is licensed under the copyfree ISC License.