ethers.js/packages/wordlists/README.md
2020-08-25 01:09:48 -04:00

32 lines
720 B
Markdown

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