bip39
bip39 copied to clipboard
JavaScript implementation of Bitcoin BIP39: Mnemonic code for generating deterministic keys
currently word lists are loaded all at start-up, while realistically the user only ever needs to use one at a time. The suggestion is to make word-lists initialize lazily, and...
> would you consider a smaller PR that adds ESM bundling and/or exports all functions in separate files to allow cherry picking imports? @timhwang21 see #81 - maybe source is...
here is the code const bip39 = require("bip39") const hey = () =>{ const worddd = 'arrow wear carbon enact shadow expand sword custom tape ice display deliver' const yrsss...
enviromment doesn't have random bytes function while using bip39.generateMnemonic(128) in react native
ran `npm install` with v10.8.3 from node v22.9.0
- Add CJS and ESM support - Use Rollup for tree-shaking - Replace Buffer with Uint8Array
Bumps [js-yaml](https://github.com/nodeca/js-yaml) from 3.13.1 to 3.14.2. Changelog Sourced from js-yaml's changelog. [3.14.2] - 2025-11-15 Security Backported v4.1.1 fix to v3 [4.1.1] - 2025-11-12 Security Fix prototype pollution issue in yaml...