EOSIO / eosjs

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

Add browser instructions with CDN link. #376

Closed bhazzard closed 6 years ago

chris-allnutt commented 6 years ago

@bhazzard @dskvr we can use this commit hash which is off of the cdn branch we've created

<script src="https://cdn.jsdelivr.net/gh/eosio/eosjs@4ea39c037b8016b1f5197654b2c32e29192125c4/dist-web/eosjs-debug.js" integrity="sha384-0nvZuWr1W0MSN5pWlMpm25rItkptSPOA2c6HuvizniLkx5BLn7R9t0LGukX+SCqS" crossorigin="anonymous"></script>

<script src="https://cdn.jsdelivr.net/gh/eosio/eosjs@4ea39c037b8016b1f5197654b2c32e29192125c4/dist-web/eosjs-jsonrpc-debug.js" integrity="sha384-AkoBqsaf2yj+I0ly591fGwiCOSFzS072ucVxKyKD5xFnlc2mwOjESUTXa4qSEpS/" crossorigin="anonymous"></script>

<script src="https://cdn.jsdelivr.net/gh/eosio/eosjs@4ea39c037b8016b1f5197654b2c32e29192125c4/dist-web/eosjs-jssig-debug.js" integrity="sha384-Jj9y5tybhn4VqzCIAXaiNoY1VXpduwh6xgAR4zuSZSSLUACfQG2QLJ+sbI+Youww" crossorigin="anonymous"></script>
bhazzard commented 6 years ago

After discussing with several developers, there is a preference for building local packages with webpack. So I'm going to close this and wait for community feedback.