hdwallet

Crates.iohdwallet
lib.rshdwallet
version0.4.1
sourcesrc
created_at2018-12-20 15:15:34.420084
updated_at2023-02-16 09:29:54.548913
descriptionHierarchical deterministic wallet (BIP-32)
homepage
repositoryhttps://github.com/jjyr/hdwallet
max_upload_size
id102938
size39,155
jjy (jjyr)

documentation

README

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.

  • [ChainPath] and [KeyChain] are used to derive HD wallet keys.
  • [Derivation] describes key derivation info.
  • [ExtendedPrivKey] and [ExtendedPubKey] represent extended keys according to BIP-32, which can derives child keys.
  • [KeyIndex] indicates child key's index and type(Normal key or Hardened key).
  • [Error] errors.

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

Commit count: 95

cargo fmt