code/early_research_code/hd-derivation
Christian Reitter 9e00e1d5e3 Improve documentation 2024-12-21 14:53:31 +01:00
..
src Add research code written primarily by Danny, Anton and me 2024-12-16 12:29:31 +01:00
Cargo.lock Add research code written primarily by Danny, Anton and me 2024-12-16 12:29:31 +01:00
Cargo.toml Add research code written primarily by Danny, Anton and me 2024-12-16 12:29:31 +01:00
README.md Improve documentation 2024-12-21 14:53:31 +01:00

README.md

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.