Package Exports
- web3
- web3/dist/web3.min
- web3/dist/web3.min.js
- web3/lib/index.js
- web3/package.json
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (web3) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
web3
Web3.js 4.x has been released. Checkout 4.x API documentation and migration guide for testing, early feedback and contributions.
This is the main package of web3.js.
Please read the main README and documentation for more.
Installation
You can install the package either using NPM or using Yarn
Using NPM
npm install web3
Using Yarn
yarn add web3
Types
All the TypeScript typings are placed in the types
folder.