Skip to content

https-github-com-ruzyysmartt/mnemonic-words-my-ethereum-wallet-

 
 

Repository files navigation

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

Packages

No packages published

Languages

  • JavaScript 60.4%
  • TypeScript 39.6%