Web3.js: how do i install v1.0.0-beta34 on client side?

Created on 4 Jun 2018  路  2Comments  路  Source: ChainSafe/web3.js

I installed using npm install [email protected] but inside node_modules I have a bunch of different directories. is there a production dist folder somewhere?

I am trying to get web3.utils to work in angular.

Most helpful comment

All 2 comments

From the readme:

include dist/web3.js in your html file

We lose TS types with this approach; are standalone type definitions available anywhere?

Was this page helpful?
0 / 5 - 0 ratings