Skip to content
This repository has been archived by the owner on Nov 25, 2022. It is now read-only.

Container for libp2p components

License

Unknown and 2 other licenses found

Licenses found

Unknown
LICENSE
Unknown
LICENSE-APACHE
MIT
LICENSE-MIT
Notifications You must be signed in to change notification settings

libp2p/js-libp2p-components

Repository files navigation

⛔️ DEPRECATED: @libp2p/components is now included in js-libp2p

@libp2p/components

libp2p.io IRC Discuss codecov CI

Container for libp2p components

Table of contents

Install

$ npm i @libp2p/components

Usage

import { Components } from '@libp2p/components'

const components = new Components({
  // .. components here
})

// later
components.getPeerId()

License

Licensed under either of

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.