#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

#11 in #bip-32

Download history 2353/week @ 2024-12-10 1511/week @ 2024-12-17 719/week @ 2024-12-24 1278/week @ 2024-12-31 2165/week @ 2025-01-07 4141/week @ 2025-01-14 3739/week @ 2025-01-21 3943/week @ 2025-01-28 4952/week @ 2025-02-04 4417/week @ 2025-02-11 3598/week @ 2025-02-18 4179/week @ 2025-02-25 5424/week @ 2025-03-04 4914/week @ 2025-03-11 3775/week @ 2025-03-18 3111/week @ 2025-03-25

18,445 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
~281K SLoC