# web3-core-subscriptions

This is a sub module of [web3.js][repo].
The subscriptions module is used within some [web3.js][repo] modules.

If you would like to know all supported subscriptions please have a look in the ```src/subscriptions``` folder.

## Installation

### Node.js

```bash
npm install web3-core-subscriptions
```

## 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


