All Projects → jjyr → hdwallet

jjyr / hdwallet

Licence: MIT license
HD wallet BIP-32 related key derivation utilities.

Programming Languages

rust
11053 projects
Makefile
30231 projects

Projects that are alternatives of or similar to hdwallet

python-bip32
Minimalistic implementation of BIP32
Stars: ✭ 28 (+40%)
Mutual labels:  bip32, hdwallet
cashuwallet
Cashu is a cryptocurrency wallet for smartphones. Be your own bank. Accept payments or spend crypto directly from your phone.
Stars: ✭ 35 (+75%)
Mutual labels:  bip32, hdwallet
python-hdwallet
Python-based library for the implementation of a hierarchical deterministic wallet generator for more than 140+ multiple cryptocurrencies.
Stars: ✭ 210 (+950%)
Mutual labels:  bip32, hdwallet
ethereum-hdwallet
CLI and Node.js library for Ethereum HD Wallet derivations from mnemonic
Stars: ✭ 44 (+120%)
Mutual labels:  bip32, hdwallet
btc-address-generator
Bitcoin address generator (bech32, segwit, paper wallets, BIP39 seed, etc.)
Stars: ✭ 80 (+300%)
Mutual labels:  bip32
ChainWallet
一个以研究技术为目地的基础项目,也只有最基本 Bitcoin、Ethereum 、EOS 相关的加密算法。
Stars: ✭ 26 (+30%)
Mutual labels:  bip32
mnemonic-sdk
Mnemonic bip39 bip32 bip44 生成助记词 私钥
Stars: ✭ 25 (+25%)
Mutual labels:  bip32
HDWalletKit
Hierarchical Deterministic(HD) wallet for cryptocurrencies 💰
Stars: ✭ 97 (+385%)
Mutual labels:  hdwallet
btclib
btclib: a python3 library for 'bitcoin cryptography'
Stars: ✭ 60 (+200%)
Mutual labels:  bip32
create-xpub
Create a BIP32 extended public key
Stars: ✭ 20 (+0%)
Mutual labels:  bip32
hd-address
An extensible HD Wallet Address management utility
Stars: ✭ 22 (+10%)
Mutual labels:  hd-wallet
Bitcoinj
A library for working with Bitcoin
Stars: ✭ 4,162 (+20710%)
Mutual labels:  bip32
Multy-IOS
Mobile multy-blockchain wallet client.
Stars: ✭ 25 (+25%)
Mutual labels:  bip32
go-bip44
A Golang implementation of the BIP44 for Hierarchical Deterministic (HD) addresses.
Stars: ✭ 23 (+15%)
Mutual labels:  bip32
ed25519-hd-key
🔐 Key Derivation for ed25519
Stars: ✭ 54 (+170%)
Mutual labels:  bip32
Multy-android
Mobile multy-blockchain wallet client.
Stars: ✭ 17 (-15%)
Mutual labels:  bip32
Multy-Core
Cross-platform mobile-first library for HD wallets and creating raw transactions of Bitcoin and Ethereum.
Stars: ✭ 23 (+15%)
Mutual labels:  hd-wallet
vite-app-ios
Vite Official App for iOS
Stars: ✭ 40 (+100%)
Mutual labels:  hdwallet
indy
🕵️‍♂️ Find and sweep all the funds spendable by your bitcoin private key.
Stars: ✭ 41 (+105%)
Mutual labels:  hd-wallet
bitcoincashj
A library for working with Bitcoin Cash
Stars: ✭ 38 (+90%)
Mutual labels:  bip32

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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].