bitpay / bitcore-mnemonic

BIP39 Mnemonics implemented for Bitcore
http://bitcore.io
MIT License
155 stars 212 forks source link

Smaller Package Wordlist #70

Open Moejoe90 opened 5 years ago

Moejoe90 commented 5 years ago

I would suggest having a smaller package that implements only English version or an initializer this will make the bundle size smaller.

No need to require the whole package.

dabura667 commented 5 years ago

bip39 library has a pull request open right now that is similar to what you ask.

https://github.com/bitcoinjs/bip39/pull/98

branch is breakup

https://github.com/bitcoinjs/bip39/tree/breakup

So maybe use the method described in the README of that branch and copy over the breakup branch?

Just an idea.