An open API service indexing awesome lists of open source software.

https://github.com/chappjc/hdaddy

Derive addresses from extended keys using dcrutil/hdkeychain. New repo -->
https://github.com/chappjc/hdaddy

bip32 cryptocurrency decred hdwallet

Last synced: about 1 year ago
JSON representation

Derive addresses from extended keys using dcrutil/hdkeychain. New repo -->

Awesome Lists containing this project

README

          

# hdaddy

Derive Decred addresses from extended keys using dcrutil/hdkeychain

`hdaddy` is a golang package with functions for deriving Decred P2PKH addresses from extended keys. A command line utility is in the cmd/keyaddresses folder. To build the `keyaddresses` app:

1. Clone the repository
2. Open a command prompt in the cmd/keyaddresses subdirectory.
3. `go build`
4. Run `./keyaddresses -h` and read the help.