mnemonic-words
List of words for making random mnemonic sentences
Last updated 7 years ago by sindresorhus .
MIT · Repository · Bugs · Original npm · Tarball · package.json
$ cnpm install mnemonic-words 
SYNC missed versions from official npm registry.

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

Current Tags

  • 1.1.0                                ...           latest (7 years ago)

2 Versions

  • 1.1.0                                ...           7 years ago
  • 1.0.0                                ...           8 years ago
Maintainers (1)
Downloads
Today 0
This Week 0
This Month 0
Last Day 0
Last Week 1
Last Month 1
Dependencies (0)
None
Dev Dependencies (3)
Dependents (1)

Copyright 2013 - present © cnpmjs.org | Home |