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
import mnemonicWords from 'mnemonic-words';
console.log(mnemonicWords);
//=> ['abandon', 'ability', …]