UNPKG

@hdwallet/core

Version:

A complete Hierarchical Deterministic (HD) Wallet generator for 200+ cryptocurrencies, built with TypeScript.

30 lines 1.56 kB
"use strict"; // SPDX-License-Identifier: MIT Object.defineProperty(exports, "__esModule", { value: true }); exports.__websites__ = exports.__keywords__ = exports.__tracker__ = exports.__changelog__ = exports.__source__ = exports.__url__ = exports.__description__ = exports.__email__ = exports.__author__ = exports.__license__ = exports.__version__ = exports.__name__ = void 0; exports.__name__ = 'hdwallet'; exports.__version__ = '1.0.0-beta.10'; exports.__license__ = 'MIT'; exports.__author__ = 'Meheret Tesfaye Batu'; exports.__email__ = 'meherett.batu@gmail.com'; // export const __documentation__: string = '...'; exports.__description__ = 'A complete Hierarchical Deterministic (HD) Wallet generator for 200+ cryptocurrencies, built with TypeScript.'; exports.__url__ = 'https://hdwallet.io'; exports.__source__ = 'https://github.com/hdwallet-io/hdwallet.js'; exports.__changelog__ = `${exports.__source__}/blob/master/CHANGELOG.md`; exports.__tracker__ = `${exports.__source__}/issues`; exports.__keywords__ = [ 'ecc', 'kholaw', 'slip10', 'ed25519', 'nist256p1', 'secp256k1', 'hd', 'bip32', 'bip44', 'bip49', 'bip84', 'bip86', 'bip141', 'monero', 'cardano', 'entropy', 'mnemonic', 'seed', 'bip39', 'algorand', 'electrum', 'cryptocurrencies', 'bitcoin', 'ethereum', 'cryptography', 'cli', 'cip1852' ]; exports.__websites__ = [ 'https://talonlab.org', 'https://talonlab.gitbook.io/hdwallet', // __documentation__, 'https://hdwallet.online', 'https://hd.wallet', exports.__url__ ]; //# sourceMappingURL=info.js.map