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
- Host: GitHub
- URL: https://github.com/sindresorhus/mnemonic-words
- Owner: sindresorhus
- License: mit
- Created: 2018-01-19T00:54:51.000Z (over 7 years ago)
- Default Branch: main
- Last Pushed: 2024-04-30T12:55:58.000Z (over 1 year ago)
- Last Synced: 2025-03-29T04:25:50.022Z (7 months ago)
- Topics: bip39, mnemonic, mnemonic-phrase, npm-package, word-list, words
- Language: JavaScript
- Size: 12.7 KB
- Stars: 87
- Watchers: 3
- Forks: 20
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: license
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