Implementation of a BIP39 subset that works in Node.js and modern browsers. WORK IN PROGRESS (see caveats below).
- Implemented on top of JS arrays, so works in Node and browser without shims
- Super-small bundle size (<5KB minified), because word lists must be loaded and supplied by library users
- Unpublished
- Missing seed support
- Does not work in browsers without web crypto API
- Publish package and benchmark numbers