walletd hd_key

hd_key is a Rust implementation of the BIP-32 standard's hierarchical deterministic (HD) key generation.

More information about this crate can be found in the crate documentation.

High level features

This library supports key generation using the following BIPs (Bitcoin Improvement Proposal).

Usage example

rust // still to come

You can find this example as well as other example projects in the example directory.

See the crate documentation for way more examples.

Safety

This crate uses #![forbid(unsafe_code)] to ensure everything is implemented in 100% safe Rust.

Minimum supported Rust version

hd_key's MSRV is 1.60.

Examples

The [examples] folder contains various examples of how to use hd_key. The [docs] also provide lots of code snippets and examples.

Getting Help

In the hd_key's repo we also have a number of examples showing how to put everything together. You're also welcome to open a [discussion] with your question.

Contributing

:balloon: Thanks for your help improving the project! We are so happy to have you! We have a contributing guide to help you get involved in the hd_key project.

License

Licensed under the Apache license, Version 2.0 or the MIT license, at your option. Files in the project may not be copied, modified, or distributed except according to those terms.

Contribution

Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in hd_key by you, shall be licensed as MIT, without any additional terms or conditions.