This merge commit adds the following code from the github.com/decred/dcrutil package into a new github.com/decred/dcrd/dcrutil package: * Address handling * Amount type * AppDataDir func * bitflags functions * Block wrapper type * Hash160 func * Tx wrapper type * WIF type as well as all tests for this code. The old github.com/decred/dcrutil/hdkeychain package has also been merged and moved to github.com/decred/dcrd/dcrutil/hdkeychain. dcrd packages have been updated to use the new packages and the dep files have been updated for this change.
27 lines
959 B
Markdown
27 lines
959 B
Markdown
dcrutil
|
|
=======
|
|
|
|
|
|
[](https://travis-ci.org/decred/dcrd)
|
|
[](http://copyfree.org)
|
|
[](http://godoc.org/github.com/decred/dcrd/dcrutil)
|
|
|
|
Package dcrutil provides decred-specific convenience functions and types.
|
|
A comprehensive suite of tests is provided to ensure proper functionality.
|
|
|
|
This package was developed for dcrd, a 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.
|
|
|
|
## Installation and Updating
|
|
|
|
```bash
|
|
$ go get -u github.com/decred/dcrd/dcrutil
|
|
```
|
|
|
|
## License
|
|
|
|
Package dcrutil is licensed under the [copyfree](http://copyfree.org) ISC
|
|
License.
|