# web3

This is the main module of [web3.js](https://github.com/ethereum/web3.js)

Please read the [readme](https://github.com/ethereum/web3.js/blob/1.0/README.md) and [documentation](https://web3js.readthedocs.io/en/1.0/) for more.

## Installation

### Node.js

```bash
npm install web3
```

### Usage

```js 
import Web3 from 'web3';

new 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
