# web3-bzz

> Web3 module to interact with the Swarm network.

Latest version **1.10.3** (published 2023-10-18) · LGPL-3.0 license · 0 weekly downloads

## Install

```sh
npm install web3-bzz
pnpm add web3-bzz
yarn add web3-bzz
bun add web3-bzz
```

## Health

**Score 25/100 (F)** — status: abandoned.

Positive: has types; no vulnerabilities; popular repo.

Warnings: low downloads; no esm support.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 1.10.3 |
| Published | 2023-10-18 |
| First published | 2017-07-24 |
| Weekly downloads | 0 |
| License | LGPL-3.0 |
| TypeScript types | bundled |
| Module format | CommonJS |
| Node | >=8.0.0 |
| Dependencies | 3 |
| Unpacked size | 10.8 KB |
| Known vulnerabilities | 0 |
| Install scripts | yes |
| GitHub stars | 19919 |
| Maintainers | luu-alex, mpetrunic, jdevcs, gregthegreek, holgerd77 |

## Links

- npm: https://www.npmjs.com/package/web3-bzz
- Repository: https://github.com/ethereum/web3.js.git#1.x
- Homepage: https://github.com/ethereum/web3.js/tree/1.x#readme
- Issues: https://github.com/ethereum/web3.js/issues
- npm.io page: https://npm.io/package/web3-bzz

## Dependencies (3)

- [got](https://npm.io/package/got.md) 12.1.0
- [swarm-js](https://npm.io/package/swarm-js.md) ^0.1.40
- [@types/node](https://npm.io/package/@types/node.md) ^12.12.6

## Recent versions

- 1.10.3 (latest) — 2023-10-18
- 1.10.4 (legacy) — 2024-02-05
- 1.10.4-dev.0 (legacy-dev) — 2024-01-31
- 1.10.1-rc.0 (rc-legacy) — 2023-08-08
- 1.10.0-rc.0 (rc) — 2023-05-02
- 1.10.3-dev.0 — 2023-10-16
- 1.10.2 — 2023-08-28
- 1.10.1 — 2023-08-14
- 1.10.0 — 2023-05-10
- 1.9.0 — 2023-03-20
- 1.9.0-rc.0 — 2023-03-07
- 1.8.2 — 2023-01-30
- 1.8.2-rc.0 — 2023-01-11
- 1.8.1 — 2022-11-10
- 1.8.1-rc.0 — 2022-10-28
- … 111 more at https://npm.io/package/web3-bzz/versions

## README

# web3-bzz

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

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

This is the swarm package.

Please read the [documentation][docs] for more.

## Installation

You can install the package either using [NPM](https://www.npmjs.com/package/web3-bzz) or using [Yarn](https://yarnpkg.com/package/web3-bzz)

### Using NPM

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

### Using Yarn

```bash
yarn add web3-bzz
```

## Usage

```js
const Web3Bzz = require('web3-bzz');

const bzz = new Web3Bzz('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
[npm-image]: https://img.shields.io/npm/v/web3-bzz.svg
[npm-url]: https://npmjs.org/package/web3-bzz

---
_Source: https://npm.io/package/web3-bzz · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
