1.0.0 • Published 2 months ago

seed-phrase-wordlist v1.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
2 months ago
# 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

1.0.0

2 months ago