# @libp2p/interface-libp2p

> The interface implemented by a libp2p node

Latest version **3.2.0** (published 2023-05-19) · Apache-2.0 OR MIT license · 0 weekly downloads

## Install

```sh
npm install @libp2p/interface-libp2p
pnpm add @libp2p/interface-libp2p
yarn add @libp2p/interface-libp2p
bun add @libp2p/interface-libp2p
```

## Health

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

Positive: has types; esm support; no vulnerabilities.

Warnings: low downloads.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 3.2.0 |
| Published | 2023-05-19 |
| First published | 2022-12-19 |
| Weekly downloads | 0 |
| License | Apache-2.0 OR MIT |
| TypeScript types | bundled |
| Module format | ESM |
| Node | >=16.0.0 |
| Dependencies | 12 |
| Unpacked size | 43.5 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 74 |
| Maintainers | jacobheun, npm-service-account-libp2p, alanshaw, vascosantos, achingbrain, daviddias |
| Keywords | interface, libp2p |

## Links

- npm: https://www.npmjs.com/package/@libp2p/interface-libp2p
- Repository: https://github.com/libp2p/js-libp2p-interfaces
- Homepage: https://github.com/libp2p/js-libp2p-interfaces/tree/master/packages/interface-libp2p#readme
- Issues: https://github.com/libp2p/js-libp2p-interfaces/issues
- npm.io page: https://npm.io/package/@libp2p/interface-libp2p

## Dependencies (12)

- [@libp2p/interfaces](https://npm.io/package/@libp2p/interfaces.md) ^3.0.0
- [@multiformats/multiaddr](https://npm.io/package/@multiformats/multiaddr.md) ^12.0.0
- [@libp2p/interface-metrics](https://npm.io/package/@libp2p/interface-metrics.md) ^4.0.0
- [@libp2p/interface-peer-id](https://npm.io/package/@libp2p/interface-peer-id.md) ^2.0.0
- [@libp2p/interface-keychain](https://npm.io/package/@libp2p/interface-keychain.md) ^2.0.0
- [@libp2p/interface-peer-info](https://npm.io/package/@libp2p/interface-peer-info.md) ^1.0.0
- [@libp2p/interface-registrar](https://npm.io/package/@libp2p/interface-registrar.md) ^2.0.0
- [@libp2p/interface-transport](https://npm.io/package/@libp2p/interface-transport.md) ^4.0.0
- [@libp2p/interface-connection](https://npm.io/package/@libp2p/interface-connection.md) ^5.0.0
- [@libp2p/interface-peer-store](https://npm.io/package/@libp2p/interface-peer-store.md) ^2.0.0
- [@libp2p/interface-peer-routing](https://npm.io/package/@libp2p/interface-peer-routing.md) ^1.0.0
- [@libp2p/interface-content-routing](https://npm.io/package/@libp2p/interface-content-routing.md) ^2.0.0

## Recent versions

- 3.2.0 (latest) — 2023-05-19
- 3.2.0-d853d124 (next) — 2023-06-19
- 3.2.0-ea8a0637 — 2023-06-19
- 3.2.0-ab0e3980 — 2023-06-19
- 3.2.0-3dfc236e — 2023-06-16
- 3.2.0-8c6b6d24 — 2023-06-15
- 3.2.0-d2f1eff4 — 2023-06-15
- 3.2.0-5a9fb4d6 — 2023-06-15
- 3.2.0-883082ca — 2023-06-15
- 3.2.0-1c6702c8 — 2023-06-15
- 3.1.0 — 2023-05-05
- 3.0.1 — 2023-05-04
- 3.0.0 — 2023-04-27
- 1.3.3 — 2023-04-24
- 2.0.0 — 2023-04-21
- … 11 more at https://npm.io/package/@libp2p/interface-libp2p/versions

## README

# @libp2p/interface-libp2p <!-- omit in toc -->

[![libp2p.io](https://img.shields.io/badge/project-libp2p-yellow.svg?style=flat-square)](http://libp2p.io/)
[![Discuss](https://img.shields.io/discourse/https/discuss.libp2p.io/posts.svg?style=flat-square)](https://discuss.libp2p.io)
[![codecov](https://img.shields.io/codecov/c/github/libp2p/js-libp2p-interfaces.svg?style=flat-square)](https://codecov.io/gh/libp2p/js-libp2p-interfaces)
[![CI](https://img.shields.io/github/actions/workflow/status/libp2p/js-libp2p-interfaces/js-test-and-release.yml?branch=master\&style=flat-square)](https://github.com/libp2p/js-libp2p-interfaces/actions/workflows/js-test-and-release.yml?query=branch%3Amaster)

> The interface implemented by a libp2p node

## Table of contents <!-- omit in toc -->

- [Install](#install)
- [API Docs](#api-docs)
- [License](#license)
- [Contribution](#contribution)

## Install

```console
$ npm i @libp2p/interface-libp2p
```

## API Docs

- <https://libp2p.github.io/js-libp2p-interfaces/modules/_libp2p_interface_libp2p.html>

## License

Licensed under either of

- Apache 2.0, ([LICENSE-APACHE](LICENSE-APACHE) / <http://www.apache.org/licenses/LICENSE-2.0>)
- MIT ([LICENSE-MIT](LICENSE-MIT) / <http://opensource.org/licenses/MIT>)

## Contribution

Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.

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