2024-12-16 11:29:31 +00:00
|
|
|
# HDD - Hierarchical Deterministic Derivations
|
|
|
|
A simple lib to derive child addresses based on `xpriv` key as input.
|
|
|
|
Goes from `xpriv` to address, using standard derivation paths.
|
|
|
|
|
2024-12-21 13:53:31 +00:00
|
|
|
This tool focuses on Bitcoin P2PKH addresses.
|
|
|
|
|
2024-12-16 11:29:31 +00:00
|
|
|
## Usage
|
|
|
|
`cargo run -- -x "put-some-xprv-here" -p "m/0"`
|
|
|
|
|
|
|
|
## Status
|
|
|
|
|
|
|
|
This is experimental, unmaintained code. Use only as research inspiration.
|
|
|
|
|
|
|
|
## License
|
|
|
|
|
|
|
|
Licensed under either of `Apache License, Version 2.0` or `MIT` license at your option.
|
|
|
|
|
|
|
|
## Credits
|
|
|
|
|
|
|
|
Written by Daniel Grove.
|