bip39
Mnemonic generator
A JavaScript library that enables deterministic key generation using Bitcoin's mnemonic code system
JavaScript implementation of Bitcoin BIP39: Mnemonic code for generating deterministic keys
1k stars
33 watching
445 forks
Language: JavaScript
last commit: 3 months ago
Linked from 1 awesome list
bipbip39bitcoinbitcoinjsjavascriptmnemonic
Related projects:
Repository | Description | Stars |
---|---|---|
bitcoinjs/bip38 | Provides a JavaScript implementation of the BIP38 encryption standard to secure cryptocurrency private keys | 211 |
bitcoinjs/bip21 | Utility library for encoding and decoding Bitcoin-related data according to the BIP21 specification | 56 |
bitcoinjs/bip32-utils | A collection of utility functions for working with Hierarchical Deterministic (HD) key nodes | 75 |
infincia/bip39-rs | An implementation of BIP0039 encryption protocol for Bitcoin wallets | 54 |
bitcoinjs/bip66 | A module for encoding and decoding strict DER signatures in JavaScript. | 14 |
cryptocoinjs/drbg.js | Provides a JavaScript implementation of NIST-recommended random bit generators | 8 |
bitcoinjs/bitcoinjs-message | A library providing functions to generate digital signatures for Bitcoin messages. | 130 |
chromaway/blockchainjs | A JavaScript library for interacting with the Bitcoin blockchain. | 6 |
bitcoinjs/bip68 | An encoding and decoding library for Bitcoin's relative lock-time specification. | 2 |
bitcoinjs/wif | A JavaScript module for encoding and decoding Bitcoin private keys in the WIF format | 80 |
bitcoinjs/bip69 | A utility for organizing Bitcoin transactions by input and output order | 5 |
cryptocoinjs/bs58 | A JavaScript library used to encode and decode base 58 strings commonly used in cryptocurrency transactions. | 215 |
bitcoin-studio/bitcoin-programming-with-bitcoinjs | A guide to creating Bitcoin transactions using the BitcoinJS library and other tools. | 162 |
moneybutton/yours-bitcoin | A JavaScript implementation of Bitcoin designed to be decentralized and trust-minimized, with a focus on ease of use and comprehensive testing. | 197 |
bitpay/bitcoind.js | Provides a Node.js interface to the Bitcoin blockchain | 44 |