bitcore-mnemonic icon indicating copy to clipboard operation
bitcore-mnemonic copied to clipboard

Smaller Package Wordlist

Open Moejoe90 opened this issue 5 years ago • 1 comments

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.

Moejoe90 avatar Mar 26 '19 15:03 Moejoe90

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.

dabura667 avatar Mar 27 '19 08:03 dabura667