$ cnpm install 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.
$ npm install mnemonic-words
const mnemonicWords = require('mnemonic-words');
console.log(mnemonicWords);
//=> ['abandon', 'ability', …]
MIT © Sindre Sorhus
Copyright 2013 - present © cnpmjs.org | Home |