# web3-bzz

This is a sub package of [web3.js][repo]

This is the swarm package of web3.js for further information please read the [documentation][docs].

## Installation

```bash
> npm install web3-bzz
```

## Usage

```js
import {Bzz} from 'web3-bzz';

new Bzz('http://swarm-gateways.net');
```

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