Viewing File: /home/ubuntu/misabloom-frontend-base/node_modules/@ethersproject/wordlists/README.md

BIP39 Wordlists
===============

This sub-module is part of the [ethers project](https://github.com/ethers-io/ethers.js).

Supported Languages:

- **en** - English
- **es** - Spanish
- **fr** - French
- **it** - Italian
- **ja** - Japanese
- **ko** - Korean
- **zh_cn** - Chinese (simplified)
- **zh_tw** - Chinese (traditional)

For more information, see the [documentation](https://docs.ethers.io/v5/api/utils/wordlists/).


Browser
-------

In the browser distribution file, only the English word list is included in the
root `ethers` pacakge. To include additional word lists, they must be added using
additional `<script>` tags, **after** the root `ethers` library has been included.


License
-------

MIT License
Back to Directory File Manager