Pre-configured libp2p module.
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.
Arguments can be passed in any order. Valid arguments are:
- Instance of PeerID.
- Instance of PeerInfo.
- Instance of PeerBook.