web3.js-browser

0.2.0 • Public • Published

web3.js-browser

jsdelivr
NPM

An intent to bundle a standalone version of web3.js for browsers, because web3.js SHOULD have a 2.x minified version for dApp developers.

FYI: web3.js#2623.

tl;dr

It is recommended to pin this bundle to some specific version, because web3.js varies dramatically across versions. You may waste much time debugging on some inconsistencies like me if used naively.

Build

git submodule init
git submodule update
 
# configure web3 
cd web3.js
npm install
npm run build  # build web3 packages; we only need *.esm.js 
cd ..
 
# build web3.js 
yarn
npm run build

Web3.js caveats

The author was not careful enough to mistake v2.0.0-alpha for v2.0.0-alpha.1. To reduce confusion, this project deserves its own semantics versioning. See the releases page for details.

Scrypt

This bundle current follows v2.0.0-alpha.1. Current implementation deprecates scrypt dependency in higher versions of Node.js, likely because its lack of security. If you see the following message, it can be safely ignored.

WARNING in ./web3.js/packages/web3-eth-accounts/dist/web3-eth-accounts.esm.js
Module not found: Error: Can't resolve 'scrypt' in '/.../web3.js-browser/web3.js/packages/web3-eth-accounts/dist'

Please refer to this commit for details.

Readme

Keywords

none

Package Sidebar

Install

npm i web3.js-browser

Weekly Downloads

25

Version

0.2.0

License

LGPL-3.0

Unpacked Size

8.5 MB

Total Files

185

Last publish

Collaborators

  • andy0130tw