[BREAKGLASS] Append-only mirror of github.com/seedhammer/dcrd
Go to file
2016-03-25 09:27:01 -04:00
base58 Initial Decred Commit. 2016-02-07 13:54:36 -05:00
bloom Fix a test output for go1.6. 2016-03-25 09:27:01 -04:00
coinset Initial Decred Commit. 2016-02-07 13:54:36 -05:00
hdkeychain Revert sync commit 2016-03-09 15:18:18 +00:00
.gitignore Initial commit. 2013-05-28 17:20:28 -05:00
address_test.go Update to all dcrutil tests so they successfully pass. 2016-03-22 14:51:52 -05:00
address.go Update to all dcrutil tests so they successfully pass. 2016-03-22 14:51:52 -05:00
amount_test.go Revert sync commit 2016-03-09 15:18:18 +00:00
amount.go Initial Decred Commit. 2016-02-07 13:54:36 -05:00
appdata_test.go Initial Decred Commit. 2016-02-07 13:54:36 -05:00
appdata.go Initial Decred Commit. 2016-02-07 13:54:36 -05:00
bitflags.go Initial Decred Commit. 2016-02-07 13:54:36 -05:00
block_test.go Revert sync commit 2016-03-09 15:18:18 +00:00
block.go Revert sync commit 2016-03-09 15:18:18 +00:00
certgen_test.go Initial Decred Commit. 2016-02-07 13:54:36 -05:00
certgen.go Initial Decred Commit. 2016-02-07 13:54:36 -05:00
const.go Initial Decred Commit. 2016-02-07 13:54:36 -05:00
cov_report.sh Initial implementation. 2013-05-28 18:21:26 -05:00
doc.go Initial Decred Commit. 2016-02-07 13:54:36 -05:00
example_test.go Sync with upstream 1c7f05922f 2016-03-01 22:31:25 +00:00
goclean.sh Initial Decred Commit. 2016-02-07 13:54:36 -05:00
hash160.go Initial Decred Commit. 2016-02-07 13:54:36 -05:00
internal_test.go Update to all dcrutil tests so they successfully pass. 2016-03-22 14:51:52 -05:00
LICENSE Initial Decred Commit. 2016-02-07 13:54:36 -05:00
net_noop.go Initial Decred Commit. 2016-02-07 13:54:36 -05:00
net.go Initial Decred Commit. 2016-02-07 13:54:36 -05:00
README.md Initial Decred Commit. 2016-02-07 13:54:36 -05:00
test_coverage.txt Add PEM encode error checking 2014-12-13 10:29:36 -05:00
tx_test.go Initial Decred Commit. 2016-02-07 13:54:36 -05:00
tx.go Initial Decred Commit. 2016-02-07 13:54:36 -05:00
wif_test.go Initial Decred Commit. 2016-02-07 13:54:36 -05:00
wif.go Initial Decred Commit. 2016-02-07 13:54:36 -05:00

dcrutil

Package dcrutil provides decred-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. Package dcrutil is licensed under the liberal ISC license.

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

Documentation

[GoDoc] (http://godoc.org/github.com/decred/dcrutil)

Full go doc style documentation for the project can be viewed online without installing this package by using the GoDoc site here: http://godoc.org/github.com/decred/dcrutil

You can also view the documentation locally once the package is installed with the godoc tool by running godoc -http=":6060" and pointing your browser to http://localhost:6060/pkg/github.com/decred/dcrutil

Installation

$ go get github.com/decred/dcrutil

License

Package dcrutil is licensed under the copyfree ISC License.