@cjser/mnemonic-words
v2.0.0-cjser.2
Published
List of words for making random mnemonic sentences
Maintainers
Readme
mnemonic-words
List of words for making random mnemonic sentences
It could be used for generating deterministic keys.
The word list is just a JSON file and can be used anywhere.
Install
npm install mnemonic-wordsUsage
import mnemonicWords from 'mnemonic-words';
console.log(mnemonicWords);
//=> ['abandon', 'ability', …]Related
cjser
This package is a CommonJS-compatible build generated by cjser for projects that still need require() support. The source version matches the original npm package version, with a cjser prerelease suffix for this generated build.
Original repository: https://github.com/sindresorhus/mnemonic-words
