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 -->
- Host: GitHub
- URL: https://github.com/chappjc/hdaddy
- Owner: chappjc
- License: isc
- Created: 2017-07-11T00:13:05.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2021-12-22T17:43:42.000Z (over 4 years ago)
- Last Synced: 2025-04-11T22:52:20.944Z (about 1 year ago)
- Topics: bip32, cryptocurrency, decred, hdwallet
- Language: Go
- Homepage: https://github.com/dcrlabs/hdaddy
- Size: 3.91 KB
- Stars: 1
- Watchers: 1
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.