# 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. This tool focuses on Bitcoin P2PKH addresses. ## 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.