========================================== Hierarchical Deterministic Wallet (JS) ========================================== |NPM Version| |NPM License| |NPM Downloads| .. |NPM Version| image:: https://img.shields.io/npm/v/@hdwallet/core :target: https://www.npmjs.com/package/@hdwallet/core :alt: NPM Version .. |NPM License| image:: https://img.shields.io/npm/l/%40hdwallet%2Fcore?color=%23000000 :target: https://www.npmjs.com/package/@hdwallet/core :alt: NPM License .. |NPM Downloads| image:: https://img.shields.io/npm/d18m/%40hdwallet%2Fcore :target: https://www.npmjs.com/package/@hdwallet/core :alt: NPM Downloads A complete Hierarchical Deterministic (HD) Wallet generator for 200+ cryptocurrencies, built with TypeScript. .. epigraph:: This library offers a flexible and scalable solution for developers integrating multi-currency wallet functionality. It adheres to standard protocols for compatibility with other wallets and services, and provides features like secure seed generation, robust key management, and streamlined account control. By simplifying blockchain interactions, it enhances the developer experience and strengthens end-user security. Explore the source at `hdwallet.js `_ and try it live at https://hdwallet.online. .. list-table:: :widths: 30 200 :header-rows: 1 * - Features - Protocols * - Cryptocurrencies - `#supported-cryptocurrencies `_ * - Entropies - ``Algorand``, ``BIP39``, ``Electrum-V1``, ``Electrum-V2``, ``Monero`` * - Mnemonics - ``Algorand``, ``BIP39``, ``Electrum-V1``, ``Electrum-V2``, ``Monero`` * - Seeds - ``Algorand``, ``BIP39``, ``Cardano``, ``Electrum-V1``, ``Electrum-V2``, ``Monero`` * - Elliptic Curve Cryptography's - ``Kholaw-Ed25519``, ``SLIP10-Ed25519``, ``SLIP10-Ed25519-Blake2b``, ``SLIP10-Ed25519-Monero``, ``SLIP10-Nist256p1``, ``SLIP10-Secp256k1`` * - Hierarchical Deterministic's - ``Algorand``, ``BIP32``, ``BIP44``, ``BIP49``, ``BIP84``, ``BIP86``, ``BIP141``, ``Cardano``, ``Electrum-V1``, ``Electrum-V2``, ``Monero`` * - Derivations - ``BIP44``, ``BIP49``, ``BIP84``, ``BIP86``, ``CIP1852``, ``Custom``, ``Electrum``, ``Monero``, ``HDW (Our own custom derivation)`` * - Addresses - ``Algorand``, ``Aptos``, ``Avalanche``, ``Cardano``, ``Cosmos``, ``EOS``, ``Ergo``, ``Ethereum``, ``Filecoin``, ``Harmony``, ``Icon``, ``Injective``, ``Monero``, ``MultiversX``, ``Nano``, ``Near``, ``Neo``, ``OKT-Chain``, ``P2PKH``, ``P2SH``, ``P2TR``, ``P2WPKH``, ``P2WPKH-In-P2SH``, ``P2WSH``, ``P2WSH-In-P2SH``, ``Ripple``, ``Solana``, ``Stellar``, ``Sui``, ``Tezos``, ``Tron``, ``XinFin``, ``Zilliqa`` * - Others - ``BIP38``, ``Wallet Import Format``, ``Serialization``