code/early_research_code/hd-derivation
Christian Reitter ea709bca69 Add research code written primarily by Danny, Anton and me 2024-12-16 12:29: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 Add research code written primarily by Danny, Anton and me 2024-12-16 12:29: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.

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.