eth-libp2p-bootstrap

0.0.1 • Public • Published

js-libp2p-bootstrap

Discourse posts js-standard-style

JavaScript libp2p Implementation of the railing process of a Node through a bootstrap peer list

Lead Maintainer

Vasco Santos.

Usage

const bootstrap = require('libp2p-bootstrap')
 
const options = {
  list: <List of Multiaddrs>
  interval: 5000 // ms, default is 10s
}
 
const b = new bootstrap(options)
 
b.on('peer', function (peerInfo) {
  // found a new peer
})
 
b.start()

/eth-libp2p-bootstrap/

    Package Sidebar

    Install

    npm i eth-libp2p-bootstrap

    Weekly Downloads

    1

    Version

    0.0.1

    License

    MIT

    Unpacked Size

    11 kB

    Total Files

    7

    Last publish

    Collaborators

    • d1ll0n