mnemonic-words

List of words for making random mnemonic sentences

MIT 3 个版本
安装
npm install mnemonic-words
yarn add mnemonic-words
pnpm add mnemonic-words
bun add mnemonic-words
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', …]
版本列表
2.0.0 2024-04-30
1.1.0 2019-04-22
1.0.0 2018-01-19