0.1.0 • Published 6 years ago

libp2p-simple v0.1.0

Weekly downloads
4
License
Apache-2.0
Repository
github
Last release
6 years ago

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 browse and each will be configured for the transports in that environment.

The configurations are pull 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.