Crates.io | bip32_derivation |
lib.rs | bip32_derivation |
version | 1.0.0 |
source | src |
created_at | 2024-03-22 14:46:33.45273 |
updated_at | 2024-03-22 14:46:33.45273 |
description | bip32_derivation |
homepage | |
repository | https://github.com/stratum-mining/stratum |
max_upload_size | |
id | 1182694 |
size | 10,594 |
It can be used as binary to derive child public keys from a BIP32 Master Public Key, specifying the derivation path:
cargo run "vpub5ZMie86usV2ZSrvUSoc3sLg9YM8cmE4xHVzhXudJhezGGoXQ8L6Hash7E4ucffBKZXXi4r5wLiCeouB4sTwSDkfivsbmFAGqvAv9Vt7k7Lg" "m/0/0"
It can be imported by other applications that need to derive child public keys from a BIP32 Master Public Key exported from a wallet.