mnemonic-words
Version:
List of words for making random mnemonic sentences
29 lines (18 loc) • 694 B
Markdown
# 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