seed-phrase-wordlist

1.0.0 • Public • Published
# Seed Phrase Generator

This package provides a utility to generate a shuffled list of BIP-39 words for use in seed phrases.

## Installation

```bash
npm install seed-phrase-wordlist

Usage

const { getWordList } = require('seed-phrase-wordlist');

// Get a list of BIP-39 words
const wordList = getWordList();

console.log(wordList);

API

getWordList()

Returns a list of BIP-39 words.

Dependencies

  • lodash: A modern JavaScript utility library delivering modularity, performance, and extras.

Contributing

Contributions are welcome! Please feel free to submit a pull request.

License

MIT

Package Sidebar

Install

npm i seed-phrase-wordlist

Weekly Downloads

0

Version

1.0.0

License

MIT

Unpacked Size

27.1 kB

Total Files

4

Last publish

Collaborators

  • peppyeben