EOSIO / eosjs

General purpose library for the EOSIO blockchain.
http://eosio.github.io/eosjs
MIT License
1.43k stars 463 forks source link

version 20.0.0 eos.js and eos.min.js files #830

Closed saifurrehman22 closed 3 years ago

saifurrehman22 commented 3 years ago

eos.js and eos.min.js are missing. It would be great if someone could add those files. I can't find them anywhere. Ever since version 16.0.9 those two files are gone but I need them for my app.

Can you please include the version 20.0.0 eos.js and eos.min.js files in the released "assets" like you used to ? Or maybe put them again at the same site you used for version 16.0.8 (below link). I want to update my project with the newest 20.0.0 version eos.js and eos.min.js. Thank you ! https://cdn.jsdelivr.net/npm/eosjs@16.0.8/lib/

bradlhart commented 3 years ago

eosjs v20.0.0 and above introduced a new dynamic to using eosjs. With that change, there are multiple files to use eosjs with, such as eosjs-api, eosjs-serialize, etc. If you would like to use these files in a web context, you need to run either npm run build-web or yarn build-web to build the files. Unfortunately there is no CDN available at this time for these files.

Additional context: https://developers.eos.io/manuals/eosjs/latest/basic-usage/browser