#hd-wallet #bip-32 #bitcoin #wallet

hdwallet

Hierarchical deterministic wallet (BIP-32)

14 releases

0.4.1 Feb 16, 2023
0.3.1 May 10, 2022
0.3.0 Feb 13, 2021
0.2.5 Feb 7, 2020
0.0.1 Dec 30, 2018

#4 in #hd-wallet

Download history 1652/week @ 2024-12-16 816/week @ 2024-12-23 1066/week @ 2024-12-30 2002/week @ 2025-01-06 4278/week @ 2025-01-13 3273/week @ 2025-01-20 4073/week @ 2025-01-27 4474/week @ 2025-02-03 4946/week @ 2025-02-10 3680/week @ 2025-02-17 3492/week @ 2025-02-24 5994/week @ 2025-03-03 4969/week @ 2025-03-10 3828/week @ 2025-03-17 3666/week @ 2025-03-24 2777/week @ 2025-03-31

15,356 downloads per month
Used in 14 crates (9 directly)

MIT license

38KB
730 lines

HDWallet

Crates.io MIT licensed Build Status Docs

HD wallet(BIP-32) key derivation utilities.

This crate is build upon secp256k1 crate, this crate only provides BIP-32 related features, for signature features see the secp256k1 documentation.

hdwallet itself is a key derivation framework. Check hdwallet-bitcoin if you want to derive bitcoin keys; you can find or submit other crypto currencies on hdwallet homepage.

Documentation

License

MIT

Dependencies

~13MB
~283K SLoC