An open API service indexing awesome lists of open source software.

https://github.com/sindresorhus/mnemonic-words

List of words for making random mnemonic sentences
https://github.com/sindresorhus/mnemonic-words

bip39 mnemonic mnemonic-phrase npm-package word-list words

Last synced: 6 months ago
JSON representation

List of words for making random mnemonic sentences

Awesome Lists containing this project

README

          

# mnemonic-words

> List of words for making random mnemonic sentences

It could be used for [generating deterministic keys](https://github.com/bitcoin/bips/blob/master/bip-0039.mediawiki).

The word list is just a [JSON file](mnemonic-words.json) and can be used anywhere.

## Install

```sh
npm install mnemonic-words
```

## Usage

```js
import mnemonicWords from 'mnemonic-words';

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

## Related

- [superb](https://github.com/sindresorhus/superb) - Get superb like words
- [pokemon](https://github.com/sindresorhus/pokemon) - Get Pokémon names
- [cat-names](https://github.com/sindresorhus/cat-names) - Get popular cat names