mnemonic-words
v2.0.0
Published
List of words for making random mnemonic sentences
Downloads
1,785
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-words
Usage
import mnemonicWords from 'mnemonic-words';
console.log(mnemonicWords);
//=> ['abandon', 'ability', …]