Viewing File: /home/ubuntu/route-and-root-frontend-base/node_modules/web3/README.md

# web3

#####  [Web3.js 4.x][4x-release] has been released. Checkout 4.x [API documentation and migration guide][4xdoc] for testing, early feedback and contributions. 

[![NPM Package][npm-image]][npm-url] 

This is the main package of [web3.js][repo].

Please read the main [README][repo-readme] and [documentation][docs] for more.

## Installation

### Node.js

```bash
npm install web3
```

## Types

All the TypeScript typings are placed in the `types` folder.

[docs]: http://web3js.readthedocs.io/en/1.0/
[repo]: https://github.com/ethereum/web3.js
[repo-readme]: https://github.com/ethereum/web3.js/blob/1.x/README.md
[npm-image]: https://img.shields.io/npm/v/web3.svg
[npm-url]: https://npmjs.org/package/web3
[4x-release]: https://github.com/ChainSafe/web3.js/releases/tag/v4.0.0-alpha.0 
[4xdoc]: https://docs.web3js.org/
Back to Directory File Manager