mnemonic-words icon indicating copy to clipboard operation
mnemonic-words copied to clipboard

List of words for making random mnemonic sentences

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

const mnemonicWords = require('mnemonic-words');

console.log(mnemonicWords);
//=> ['abandon', 'ability', …]

Related

License

MIT © Sindre Sorhus