Skip to content
This repository was archived by the owner on Oct 3, 2023. It is now read-only.

libp2p/js-libp2p-bootstrap

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

93 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

js-libp2p-railing

Coverage Status Travis CI Circle CI Dependency Status js-standard-style

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

Usage

const Railing = require('libp2p-railing')

const b = new Railing(<peer-list>)

b.on('peer', function (peerInfo) {
  // found a new peer
})

b.start()

About

Rail a libp2p node through a bootstrap peer list

Topics

Resources

License

Unknown and 2 other licenses found

Licenses found

Unknown
LICENSE
Unknown
LICENSE-APACHE
MIT
LICENSE-MIT

Stars

Watchers

Forks

Packages

 
 
 

Contributors