1.1.0 • Published 5 years ago

mnemonic-words v1.1.0

Weekly downloads
3,816
License
MIT
Repository
github
Last release
5 years ago

mnemonic-words Build Status

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