#bip-32 #wallet #bitcoin #crypto

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

#137 in Magic Beans

Download history 3606/week @ 2023-11-23 3829/week @ 2023-11-30 4313/week @ 2023-12-07 2512/week @ 2023-12-14 1462/week @ 2023-12-21 1733/week @ 2023-12-28 3209/week @ 2024-01-04 3595/week @ 2024-01-11 3480/week @ 2024-01-18 4475/week @ 2024-01-25 4040/week @ 2024-02-01 3698/week @ 2024-02-08 4024/week @ 2024-02-15 3688/week @ 2024-02-22 5373/week @ 2024-02-29 3659/week @ 2024-03-07

17,159 downloads per month
Used in 26 crates (12 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