#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 2320/week @ 2024-12-08 1656/week @ 2024-12-15 832/week @ 2024-12-22 1014/week @ 2024-12-29 2033/week @ 2025-01-05 4265/week @ 2025-01-12 3071/week @ 2025-01-19 4271/week @ 2025-01-26 4480/week @ 2025-02-02 4938/week @ 2025-02-09 3634/week @ 2025-02-16 3506/week @ 2025-02-23 6032/week @ 2025-03-02 4932/week @ 2025-03-09 3728/week @ 2025-03-16 3776/week @ 2025-03-23

18,776 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
~282K SLoC