Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

mnemonic-words

sindresorhus3.8kMIT2.0.0TypeScript support: included

List of words for making random mnemonic sentences

mnemonic, words, word, wordlist, seed, sentence, code, bip39, bitcoin

readme

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', …]