mnemonic-words
TypeScript icon, indicating that this package has built-in type declarations

1.1.0 • Public • Published

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

Dependencies (0)

    Dev Dependencies (3)

    Package Sidebar

    Install

    npm i mnemonic-words

    Weekly Downloads

    168

    Version

    1.1.0

    License

    MIT

    Unpacked Size

    20.4 kB

    Total Files

    7

    Last publish

    Collaborators

    • sindresorhus