ethers.js/dist
2023-11-01 16:17:49 -04:00
..
ethers.js admin: updated dist files 2023-11-01 16:17:49 -04:00
ethers.js.map admin: updated dist files 2023-11-01 16:17:49 -04:00
ethers.min.js admin: updated dist files 2023-11-01 16:17:49 -04:00
ethers.umd.js admin: updated dist files 2023-11-01 16:17:49 -04:00
ethers.umd.js.map admin: updated dist files 2023-11-01 16:17:49 -04:00
ethers.umd.min.js admin: updated dist files 2023-11-01 16:17:49 -04:00
README.md admin: updated dist files 2023-02-04 08:27:45 -05:00
wordlists-extra.js admin: updated dist files 2023-11-01 16:17:49 -04:00
wordlists-extra.js.map admin: updated dist files 2023-11-01 16:17:49 -04:00
wordlists-extra.min.js admin: updated dist files 2023-11-01 16:17:49 -04:00

Distribution Folder

The contents of this folder are for using import in ESM browser-base projects.

The ethers.js (and ethers.min.js) files only include the English wordlist to conserve space.

For additional Wordlist support, the wordlist-extra.js (and wordlist-extra.min.js) should be imported too.

Notes

The contents are generated via the npm build dist target using rollup and the /rollup.config.js configuration.

Do not modify the files in this folder. They are deleted on build-clean.

To modify this README.md, see the /output/post-build/dist.