Skip to content

Latest commit

 

History

History
28 lines (18 loc) · 694 Bytes

readme.md

File metadata and controls

28 lines (18 loc) · 694 Bytes

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

import mnemonicWords from 'mnemonic-words';

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

Related