3.1.1 • Published 2 years ago

@libp2p/components v3.1.1

Weekly downloads
-
License
Apache-2.0 OR MIT
Repository
github
Last release
2 years ago

@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.