libp2p-simple

Pre-configured libp2p for browser and node.js.

Downloads
7
Stars
12
Committers
1

libp2p-simple

Pre-configured libp2p module.

Usage

const libp2p = require('libp2p-simple')

let node = libp2p() // returns libp2p instance.

Can be used in Node.js and in the browser and each will be configured for the transports in that environment.

The configurations are pulled from js-ipfs nodejs and browser bundles.

API

libp2p([...args])

Arguments can be passed in any order. Valid arguments are:

  • Instance of PeerID.
  • Instance of PeerInfo.
  • Instance of PeerBook.