2018-02-07 08:40:53 +00:00
<!doctype html>
2020-12-10 15:50:24 +01:00
< html class = "default no-js" >
2019-08-21 19:52:04 +02:00
< head >
2020-12-10 15:50:24 +01:00
< meta charset = "utf-8" >
< meta http-equiv = "X-UA-Compatible" content = "IE=edge" >
2021-01-21 13:51:09 +01:00
< title > libp2p - v0.30.2< / title >
< meta name = "description" content = "Documentation for libp2p - v0.30.2" >
2020-12-10 15:50:24 +01:00
< meta name = "viewport" content = "width=device-width, initial-scale=1" >
< link rel = "stylesheet" href = "assets/css/main.css" >
< link href = "https://unpkg.com/nord-highlightjs@0.1.0/dist/nord.css" rel = "stylesheet" type = "text/css" / >
< style >
.toolbar-icon {
display: inline-block;
vertical-align: middle;
margin-left: 10px;
cursor: pointer;
}
.toolbar-icon-search {
box-sizing: border-box;
position: absolute;
overflow: hidden;
right: -40px;
width: 40px;
height: 40px;
display: flex;
justify-content: center;
align-items: center;
@media (min-width: 901px){
display: none
}
}
@media (min-width: 901px){
.toolbar-icon-menu {
display: none
}
.toolbar-icon-options {
display: none
}
}
.gg-menu {
transform: scale(var(--ggs,1))
}
.gg-menu,
.gg-menu::after,
.gg-menu::before {
box-sizing: border-box;
position: relative;
display: block;
width: 20px;
height: 2px;
border-radius: 3px;
background: currentColor
}
.gg-menu::after,
.gg-menu::before {
content: "";
position: absolute;
top: -6px
}
.gg-menu::after {
top: 6px
}
.gg-options {
box-sizing: border-box;
position: relative;
display: block;
transform: scale(var(--ggs,1));
width: 10px;
height: 2px;
box-shadow:
-3px 4px 0 0,
3px -4px 0 0
}
.gg-options::after,
.gg-options::before {
content: "";
display: block;
box-sizing: border-box;
position: absolute;
width: 8px;
height: 8px;
border: 2px solid;
border-radius: 100%
}
.gg-options::before {
top: -7px;
left: -4px
}
.gg-options::after {
bottom: -7px;
right: -4px
}
.gg-search {
box-sizing: border-box;
position: relative;
display: block;
transform: scale(var(--ggs,1));
width: 16px;
height: 16px;
border: 2px solid;
border-radius: 100%;
margin-left: -4px;
margin-top: -4px
}
.gg-search::after {
content: "";
display: block;
box-sizing: border-box;
position: absolute;
border-radius: 3px;
width: 2px;
height: 8px;
background: currentColor;
transform: rotate(-45deg);
top: 10px;
left: 12px
}
< / style >
2019-08-21 19:52:04 +02:00
< / head >
2020-12-10 15:50:24 +01:00
< body >
< header >
< div class = "tsd-page-toolbar" >
< div class = "container" >
< div class = "table-wrap" >
< div class = "table-cell" id = "tsd-search" data-index = "assets/js/search.json" data-base = "." >
< div class = "field" >
< label for = "tsd-search-field" class = "toolbar-icon toolbar-icon-search" > < i class = "gg-search" > < / i > < / label >
< input id = "tsd-search-field" type = "text" / >
< / div >
< ul class = "results" >
< li class = "state loading" > Preparing search index...< / li >
< li class = "state failure" > The search index is not available< / li >
< / ul >
2021-01-21 13:51:09 +01:00
< a href = "index.html" class = "title" > libp2p - v0.30.2< / a >
2020-12-10 15:50:24 +01:00
< / div >
< div class = "table-cell" id = "tsd-widgets" >
< a href = "#" class = "toolbar-icon toolbar-icon-menu" data-toggle = "menu" > < i class = "gg-menu" > < / i > < / a >
< / div >
< / div >
< / div >
< / div >
< div class = "tsd-page-title" >
< div class = "container" >
< ul class = "tsd-breadcrumb" >
< / ul >
2021-01-21 13:51:09 +01:00
< h1 > libp2p - v0.30.2< / h1 >
2020-12-10 15:50:24 +01:00
< / div >
< / div >
< / header >
< div class = "container container-main" >
< div class = "row" >
< div class = "col-8 col-content" >
< div class = "tsd-panel tsd-typography" >
< h1 align = "center" >
< a href = "libp2p.io" > < img width = "250" src = "https://github.com/libp2p/libp2p/blob/master/logo/black-bg-2.png?raw=true" alt = "libp2p hex logo" / > < / a >
< / h1 >
< h3 align = "center" > The JavaScript implementation of the libp2p Networking Stack.< / h3 >
< p align = "center" >
< a href = "http://protocol.ai" > < img src = "https://img.shields.io/badge/made%20by-Protocol%20Labs-blue.svg?style=flat-square" / > < / a >
< a href = "http://libp2p.io/" > < img src = "https://img.shields.io/badge/project-libp2p-yellow.svg?style=flat-square" / > < / a >
< a href = "http://webchat.freenode.net/?channels=%23libp2p" > < img src = "https://img.shields.io/badge/freenode-%23libp2p-yellow.svg?style=flat-square" / > < / a >
< a href = "https://riot.im/app/#/room/#libp2p:matrix.org" > < img src = "https://img.shields.io/badge/matrix-%23libp2p%3Apermaweb.io-blue.svg?style=flat-square" / > < / a >
< a href = "https://discord.gg/66KBrm2" > < img src = "https://img.shields.io/discord/475789330380488707?color=blueviolet&label=discord&style=flat-square" / > < / a >
< a href = "https://discuss.libp2p.io" > < img src = "https://img.shields.io/discourse/https/discuss.libp2p.io/posts.svg" / > < / a >
< a href = "https://www.npmjs.com/package/libp2p" > < img src = "https://img.shields.io/npm/dm/libp2p.svg" / > < / a >
< a href = "https://www.jsdelivr.com/package/npm/libp2p" > < img src = "https://data.jsdelivr.com/v1/package/npm/libp2p/badge" / > < / a >
< / p >
< p align = "center" >
2021-01-18 17:14:51 +01:00
< a href = "https://github.com/libp2p/js-libp2p/actions?query=branch%3Amaster+workflow%3Aci+" > < img src = "https://img.shields.io/github/workflow/status/libp2p/js-libp2p/ci?label=ci&style=flat-square" / > < / a >
< a href = "https://codecov.io/gh/libp2p/js-libp2p" > < img src = "https://img.shields.io/codecov/c/github/libp2p/js-libp2p/master.svg?style=flat-square" > < / a >
2020-12-10 15:50:24 +01:00
< a href = "https://bundlephobia.com/result?p=ipfsd-ctl" > < img src = "https://flat.badgen.net/bundlephobia/minzip/ipfsd-ctl" > < / a >
< br >
< a href = "https://david-dm.org/libp2p/js-libp2p" > < img src = "https://david-dm.org/libp2p/js-libp2p.svg?style=flat-square" / > < / a >
< a href = "https://github.com/feross/standard" > < img src = "https://img.shields.io/badge/code%20style-standard-brightgreen.svg?style=flat-square" > < / a >
< a href = "https://github.com/RichardLitt/standard-readme" > < img src = "https://img.shields.io/badge/standard--readme-OK-green.svg?style=flat-square" / > < / a >
< a href = "" > < img src = "https://img.shields.io/badge/npm-%3E%3D6.0.0-orange.svg?style=flat-square" / > < / a >
< a href = "" > < img src = "https://img.shields.io/badge/Node.js-%3E%3D12.0.0-orange.svg?style=flat-square" / > < / a >
< br >
< / p >
< a href = "#project-status" id = "project-status" style = "color: inherit; text-decoration: none;" >
< h3 > Project status< / h3 >
< / a >
< p > We' ve come a long way, but this project is still in Alpha, lots of development is happening, API might change, beware of the Dragons 🐉..< / p >
< p > The documentation in the master branch may contain changes from a pre-release.
If you are looking for the documentation of the latest release, you can view the latest release on < a href = "https://www.npmjs.com/package/libp2p" > < strong > npm< / strong > < / a > , or select the tag in github that matches the version you are looking for.< / p >
< p > < strong > Want to get started?< / strong > Check our < a href = "./doc/GETTING_STARTED.md" > GETTING_STARTED.md< / a > guide and < a href = "/examples" > examples folder< / a > .< / p >
< p > < strong > Want to update libp2p in your project?< / strong > Check our < a href = "./doc/migrations" > migrations folder< / a > .< / p >
< p > < a href = "https://github.com/libp2p/team-mgmt/issues/16" > < strong > < code > Weekly Core Dev Calls< / code > < / strong > < / a > < / p >
< a href = "#lead-maintainer" id = "lead-maintainer" style = "color: inherit; text-decoration: none;" >
< h2 > Lead Maintainer< / h2 >
< / a >
< p > < a href = "https://github.com/jacobheun/" > Jacob Heun< / a > < / p >
< a href = "#table-of-contents" id = "table-of-contents" style = "color: inherit; text-decoration: none;" >
< h2 > Table of Contents< / h2 >
< / a >
< ul >
< li > < a href = "#background" > Background< / a > < / li >
< li > < a href = "#install" > Install< / a > < / li >
< li > < a href = "#usage" > Usage< / a > < ul >
< li > < a href = "#configuration" > Configuration< / a > < / li >
< li > < a href = "#api" > API< / a > < / li >
< li > < a href = "#getting-started" > Getting Started< / a > < / li >
< li > < a href = "#tutorials-and-examples" > Tutorials and Examples< / a > < / li >
< / ul >
< / li >
< li > < a href = "#development" > Development< / a > < ul >
< li > < a href = "#tests" > Tests< / a > < / li >
< li > < a href = "#packages" > Packages< / a > < / li >
< / ul >
< / li >
< li > < a href = "#contribute" > Contribute< / a > < / li >
< li > < a href = "#license" > License< / a > < / li >
< / ul >
< a href = "#background" id = "background" style = "color: inherit; text-decoration: none;" >
< h2 > Background< / h2 >
< / a >
< p > libp2p is the product of a long and arduous quest to understand the evolution of the Internet networking stack. In order to build P2P applications, devs have long had to make custom ad-hoc solutions to fit their needs, sometimes making some hard assumptions about their runtimes and the state of the network at the time of their development. Today, looking back more than 20 years, we see a clear pattern in the types of mechanisms built around the Internet Protocol, IP, which can be found throughout many layers of the OSI layer system, libp2p distils these mechanisms into flat categories and defines clear interfaces that once exposed, enable other protocols and applications to use and swap them, enabling upgradability and adaptability for the runtime, without breaking the API.< / p >
< p > We are in the process of writing better documentation, blog posts, tutorials and a formal specification. Today you can find:< / p >
< ul >
< li > < a href = "https://libp2p.io" > libp2p.io< / a > < / li >
< li > < a href = "https://docs.libp2p.io" > docs.libp2p.io< / a > < / li >
< li > < a href = "https://github.com/libp2p/specs" > Specification (WIP)< / a > < / li >
< li > < a href = "https://discuss.libp2p.io" > Discussion Forums< / a > < / li >
< li > Talks< ul >
< li > < a href = "https://ethereumfoundation.org/devcon/?session=libp2p" > < code > libp2p < 3 ethereum< / code > at DEVCON2< / a > < a href = "https://www.youtube.com/watch?v=HxueJbeMVG4" > 📼 video< / a > < a href = "https://ethereumfoundation.org/devcon/wp-content/uploads/2016/10/libp2p-HEART-devp2p-IPFS-PLUS-Ethereum-networking.pdf" > slides< / a > < a href = "https://ethereumfoundation.org/devcon/wp-content/uploads/2016/10/libp2p_demo1-1.mp4" > 📼 demo-1< / a > < a href = "https://ethereumfoundation.org/devcon/wp-content/uploads/2016/10/libp2p_demo2-1.mp4" > 📼 demo-2< / a > < / li >
< / ul >
< / li >
< li > Articles< ul >
< li > < a href = "https://github.com/libp2p/libp2p#description" > The overview of libp2p< / a > < / li >
< / ul >
< / li >
< / ul >
< p > To sum up, libp2p is a " network stack" -- a protocol suite -- that cleanly separates concerns, and enables sophisticated applications to only use the protocols they absolutely need, without giving up interoperability and upgradeability. libp2p grew out of IPFS, but it is built so that lots of people can use it, for lots of different projects.< / p >
< a href = "#install" id = "install" style = "color: inherit; text-decoration: none;" >
< h2 > Install< / h2 >
< / a >
< pre > < code class = "language-sh" > npm install libp2p< / code > < / pre >
< a href = "#usage" id = "usage" style = "color: inherit; text-decoration: none;" >
< h2 > Usage< / h2 >
< / a >
< a href = "#configuration" id = "configuration" style = "color: inherit; text-decoration: none;" >
< h3 > Configuration< / h3 >
< / a >
< p > For all the information on how you can configure libp2p see < a href = "./doc/CONFIGURATION.md" > CONFIGURATION.md< / a > .< / p >
< a href = "#api" id = "api" style = "color: inherit; text-decoration: none;" >
< h3 > API< / h3 >
< / a >
< p > The specification is available on < a href = "./doc/API.md" > API.md< / a > .< / p >
< a href = "#getting-started" id = "getting-started" style = "color: inherit; text-decoration: none;" >
< h3 > Getting started< / h3 >
< / a >
< p > If you are starting your journey with < code > js-libp2p< / code > , read the < a href = "./doc/GETTING_STARTED.md" > GETTING_STARTED.md< / a > guide.< / p >
< a href = "#tutorials-and-examples" id = "tutorials-and-examples" style = "color: inherit; text-decoration: none;" >
< h3 > Tutorials and Examples< / h3 >
< / a >
< p > You can find multiple examples on the < a href = "./examples" > examples folder< / a > that will guide you through using libp2p for several scenarios.< / p >
< a href = "#development" id = "development" style = "color: inherit; text-decoration: none;" >
< h2 > Development< / h2 >
< / a >
< p > < strong > Clone and install dependencies:< / strong > < / p >
< pre > < code class = "language-sh" > > git < span class = "hljs-built_in" > clone< / span > https://github.com/libp2p/js-libp2p.git
> < span class = "hljs-built_in" > cd< / span > js-libp2p
> npm install< / code > < / pre >
< a href = "#tests" id = "tests" style = "color: inherit; text-decoration: none;" >
< h3 > Tests< / h3 >
< / a >
< a href = "#run-unit-tests" id = "run-unit-tests" style = "color: inherit; text-decoration: none;" >
< h4 > Run unit tests< / h4 >
< / a >
< pre > < code class = "language-sh" > < span class = "hljs-comment" > # run all the unit tsts< / span >
> npm < span class = "hljs-built_in" > test< / span >
< span class = "hljs-comment" > # run just Node.js tests< / span >
> npm run < span class = "hljs-built_in" > test< / span > :node
< span class = "hljs-comment" > # run just Browser tests (Chrome)< / span >
> npm run < span class = "hljs-built_in" > test< / span > :browser< / code > < / pre >
< a href = "#packages" id = "packages" style = "color: inherit; text-decoration: none;" >
< h3 > Packages< / h3 >
< / a >
< p > List of packages currently in existence for libp2p< / p >
< blockquote >
< p > This table is generated using the module < code > package-table< / code > with < code > package-table --data=package-list.json< / code > .< / p >
< / blockquote >
< table >
< thead >
< tr >
< th > Package< / th >
< th > Version< / th >
< th > Deps< / th >
< th > CI< / th >
< th > Coverage< / th >
< th > Lead Maintainer< / th >
< / tr >
< / thead >
< tbody > < tr >
< td > < strong > libp2p< / strong > < / td >
< td > < / td >
< td > < / td >
< td > < / td >
< td > < / td >
< td > < / td >
< / tr >
< tr >
< td > < a href = "//github.com/libp2p/js-libp2p" > < code > libp2p< / code > < / a > < / td >
< td > < a href = "//github.com/libp2p/js-libp2p/releases" > < img src = "https://img.shields.io/npm/v/libp2p.svg?maxAge=86400&style=flat-square" alt = "npm" > < / a > < / td >
< td > < a href = "https://david-dm.org/libp2p/js-libp2p" > < img src = "https://david-dm.org/libp2p/js-libp2p.svg?style=flat-square" alt = "Deps" > < / a > < / td >
< td > < a href = "https://travis-ci.com/libp2p/js-libp2p" > < img src = "https://flat.badgen.net/travis/libp2p/js-libp2p/master" alt = "Travis CI" > < / a > < / td >
< td > < a href = "https://codecov.io/gh/libp2p/js-libp2p" > < img src = "https://codecov.io/gh/libp2p/js-libp2p/branch/master/graph/badge.svg?style=flat-square" alt = "codecov" > < / a > < / td >
< td > < a href = "mailto:jacobheun@gmail.com" > Jacob Heun< / a > < / td >
< / tr >
< tr >
< td > < a href = "//github.com/libp2p/js-libp2p-daemon" > < code > libp2p-daemon< / code > < / a > < / td >
< td > < a href = "//github.com/libp2p/js-libp2p-daemon/releases" > < img src = "https://img.shields.io/npm/v/libp2p-daemon.svg?maxAge=86400&style=flat-square" alt = "npm" > < / a > < / td >
< td > < a href = "https://david-dm.org/libp2p/js-libp2p-daemon" > < img src = "https://david-dm.org/libp2p/js-libp2p-daemon.svg?style=flat-square" alt = "Deps" > < / a > < / td >
< td > < a href = "https://travis-ci.com/libp2p/js-libp2p-daemon" > < img src = "https://flat.badgen.net/travis/libp2p/js-libp2p-daemon/master" alt = "Travis CI" > < / a > < / td >
< td > < a href = "https://codecov.io/gh/libp2p/js-libp2p-daemon" > < img src = "https://codecov.io/gh/libp2p/js-libp2p-daemon/branch/master/graph/badge.svg?style=flat-square" alt = "codecov" > < / a > < / td >
< td > < a href = "mailto:jacobheun@gmail.com" > Jacob Heun< / a > < / td >
< / tr >
< tr >
< td > < a href = "//github.com/libp2p/js-libp2p-daemon-client" > < code > libp2p-daemon-client< / code > < / a > < / td >
< td > < a href = "//github.com/libp2p/js-libp2p-daemon-client/releases" > < img src = "https://img.shields.io/npm/v/libp2p-daemon-client.svg?maxAge=86400&style=flat-square" alt = "npm" > < / a > < / td >
< td > < a href = "https://david-dm.org/libp2p/js-libp2p-daemon-client" > < img src = "https://david-dm.org/libp2p/js-libp2p-daemon-client.svg?style=flat-square" alt = "Deps" > < / a > < / td >
< td > < a href = "https://travis-ci.com/libp2p/js-libp2p-daemon-client" > < img src = "https://flat.badgen.net/travis/libp2p/js-libp2p-daemon-client/master" alt = "Travis CI" > < / a > < / td >
< td > < a href = "https://codecov.io/gh/libp2p/js-libp2p-daemon-client" > < img src = "https://codecov.io/gh/libp2p/js-libp2p-daemon-client/branch/master/graph/badge.svg?style=flat-square" alt = "codecov" > < / a > < / td >
< td > < a href = "mailto:santos.vasco10@gmail.com" > Vasco Santos< / a > < / td >
< / tr >
< tr >
< td > < a href = "//github.com/libp2p/js-interfaces" > < code > libp2p-interfaces< / code > < / a > < / td >
< td > < a href = "//github.com/libp2p/js-interfaces/releases" > < img src = "https://img.shields.io/npm/v/libp2p-interfaces.svg?maxAge=86400&style=flat-square" alt = "npm" > < / a > < / td >
< td > < a href = "https://david-dm.org/libp2p/js-interfaces" > < img src = "https://david-dm.org/libp2p/js-interfaces.svg?style=flat-square" alt = "Deps" > < / a > < / td >
< td > < a href = "https://travis-ci.com/libp2p/js-interfaces" > < img src = "https://flat.badgen.net/travis/libp2p/js-interfaces/master" alt = "Travis CI" > < / a > < / td >
< td > < a href = "https://codecov.io/gh/libp2p/js-interfaces" > < img src = "https://codecov.io/gh/libp2p/js-interfaces/branch/master/graph/badge.svg?style=flat-square" alt = "codecov" > < / a > < / td >
< td > < a href = "mailto:jacobheun@gmail.com" > Jacob Heun< / a > < / td >
< / tr >
< tr >
< td > < a href = "//github.com/libp2p/interop" > < code > interop-libp2p< / code > < / a > < / td >
< td > < a href = "//github.com/libp2p/interop/releases" > < img src = "https://img.shields.io/npm/v/interop-libp2p.svg?maxAge=86400&style=flat-square" alt = "npm" > < / a > < / td >
< td > < a href = "https://david-dm.org/libp2p/interop" > < img src = "https://david-dm.org/libp2p/interop.svg?style=flat-square" alt = "Deps" > < / a > < / td >
< td > < a href = "https://travis-ci.com/libp2p/interop" > < img src = "https://flat.badgen.net/travis/libp2p/interop/master" alt = "Travis CI" > < / a > < / td >
< td > < a href = "https://codecov.io/gh/libp2p/interop" > < img src = "https://codecov.io/gh/libp2p/interop/branch/master/graph/badge.svg?style=flat-square" alt = "codecov" > < / a > < / td >
< td > < a href = "mailto:santos.vasco10@gmail.com" > Vasco Santos< / a > < / td >
< / tr >
< tr >
< td > < strong > transports< / strong > < / td >
< td > < / td >
< td > < / td >
< td > < / td >
< td > < / td >
< td > < / td >
< / tr >
< tr >
< td > < a href = "//github.com/libp2p/js-libp2p-tcp" > < code > libp2p-tcp< / code > < / a > < / td >
< td > < a href = "//github.com/libp2p/js-libp2p-tcp/releases" > < img src = "https://img.shields.io/npm/v/libp2p-tcp.svg?maxAge=86400&style=flat-square" alt = "npm" > < / a > < / td >
< td > < a href = "https://david-dm.org/libp2p/js-libp2p-tcp" > < img src = "https://david-dm.org/libp2p/js-libp2p-tcp.svg?style=flat-square" alt = "Deps" > < / a > < / td >
< td > < a href = "https://travis-ci.com/libp2p/js-libp2p-tcp" > < img src = "https://flat.badgen.net/travis/libp2p/js-libp2p-tcp/master" alt = "Travis CI" > < / a > < / td >
< td > < a href = "https://codecov.io/gh/libp2p/js-libp2p-tcp" > < img src = "https://codecov.io/gh/libp2p/js-libp2p-tcp/branch/master/graph/badge.svg?style=flat-square" alt = "codecov" > < / a > < / td >
< td > < a href = "mailto:jacobheun@gmail.com" > Jacob Heun< / a > < / td >
< / tr >
< tr >
< td > < a href = "//github.com/libp2p/js-libp2p-webrtc-direct" > < code > libp2p-webrtc-direct< / code > < / a > < / td >
< td > < a href = "//github.com/libp2p/js-libp2p-webrtc-direct/releases" > < img src = "https://img.shields.io/npm/v/libp2p-webrtc-direct.svg?maxAge=86400&style=flat-square" alt = "npm" > < / a > < / td >
< td > < a href = "https://david-dm.org/libp2p/js-libp2p-webrtc-direct" > < img src = "https://david-dm.org/libp2p/js-libp2p-webrtc-direct.svg?style=flat-square" alt = "Deps" > < / a > < / td >
< td > < a href = "https://travis-ci.com/libp2p/js-libp2p-webrtc-direct" > < img src = "https://flat.badgen.net/travis/libp2p/js-libp2p-webrtc-direct/master" alt = "Travis CI" > < / a > < / td >
< td > < a href = "https://codecov.io/gh/libp2p/js-libp2p-webrtc-direct" > < img src = "https://codecov.io/gh/libp2p/js-libp2p-webrtc-direct/branch/master/graph/badge.svg?style=flat-square" alt = "codecov" > < / a > < / td >
< td > < a href = "mailto:vasco.santos@moxy.studio" > Vasco Santos< / a > < / td >
< / tr >
< tr >
< td > < a href = "//github.com/libp2p/js-libp2p-webrtc-star" > < code > libp2p-webrtc-star< / code > < / a > < / td >
< td > < a href = "//github.com/libp2p/js-libp2p-webrtc-star/releases" > < img src = "https://img.shields.io/npm/v/libp2p-webrtc-star.svg?maxAge=86400&style=flat-square" alt = "npm" > < / a > < / td >
< td > < a href = "https://david-dm.org/libp2p/js-libp2p-webrtc-star" > < img src = "https://david-dm.org/libp2p/js-libp2p-webrtc-star.svg?style=flat-square" alt = "Deps" > < / a > < / td >
< td > < a href = "https://travis-ci.com/libp2p/js-libp2p-webrtc-star" > < img src = "https://flat.badgen.net/travis/libp2p/js-libp2p-webrtc-star/master" alt = "Travis CI" > < / a > < / td >
< td > < a href = "https://codecov.io/gh/libp2p/js-libp2p-webrtc-star" > < img src = "https://codecov.io/gh/libp2p/js-libp2p-webrtc-star/branch/master/graph/badge.svg?style=flat-square" alt = "codecov" > < / a > < / td >
< td > < a href = "mailto:vasco.santos@moxy.studio" > Vasco Santos< / a > < / td >
< / tr >
< tr >
< td > < a href = "//github.com/libp2p/js-libp2p-websockets" > < code > libp2p-websockets< / code > < / a > < / td >
< td > < a href = "//github.com/libp2p/js-libp2p-websockets/releases" > < img src = "https://img.shields.io/npm/v/libp2p-websockets.svg?maxAge=86400&style=flat-square" alt = "npm" > < / a > < / td >
< td > < a href = "https://david-dm.org/libp2p/js-libp2p-websockets" > < img src = "https://david-dm.org/libp2p/js-libp2p-websockets.svg?style=flat-square" alt = "Deps" > < / a > < / td >
< td > < a href = "https://travis-ci.com/libp2p/js-libp2p-websockets" > < img src = "https://flat.badgen.net/travis/libp2p/js-libp2p-websockets/master" alt = "Travis CI" > < / a > < / td >
< td > < a href = "https://codecov.io/gh/libp2p/js-libp2p-websockets" > < img src = "https://codecov.io/gh/libp2p/js-libp2p-websockets/branch/master/graph/badge.svg?style=flat-square" alt = "codecov" > < / a > < / td >
< td > < a href = "mailto:jacobheun@gmail.com" > Jacob Heun< / a > < / td >
< / tr >
< tr >
< td > < strong > secure channels< / strong > < / td >
< td > < / td >
< td > < / td >
< td > < / td >
< td > < / td >
< td > < / td >
< / tr >
< tr >
< td > < a href = "//github.com/NodeFactoryIo/js-libp2p-noise" > < code > libp2p-noise< / code > < / a > < / td >
< td > < a href = "//github.com/NodeFactoryIo/js-libp2p-noise/releases" > < img src = "https://img.shields.io/npm/v/libp2p-noise.svg?maxAge=86400&style=flat-square" alt = "npm" > < / a > < / td >
< td > < a href = "https://david-dm.org/NodeFactoryIo/js-libp2p-noise" > < img src = "https://david-dm.org/NodeFactoryIo/js-libp2p-noise.svg?style=flat-square" alt = "Deps" > < / a > < / td >
< td > < a href = "https://travis-ci.com/NodeFactoryIo/js-libp2p-noise" > < img src = "https://flat.badgen.net/travis/NodeFactoryIo/js-libp2p-noise/master" alt = "Travis CI" > < / a > < / td >
< td > < a href = "https://codecov.io/gh/NodeFactoryIo/js-libp2p-noise" > < img src = "https://codecov.io/gh/NodeFactoryIo/js-libp2p-noise/branch/master/graph/badge.svg?style=flat-square" alt = "codecov" > < / a > < / td >
< td > N/A< / td >
< / tr >
< tr >
< td > < strong > stream multiplexers< / strong > < / td >
< td > < / td >
< td > < / td >
< td > < / td >
< td > < / td >
< td > < / td >
< / tr >
< tr >
< td > < a href = "//github.com/libp2p/js-libp2p-mplex" > < code > libp2p-mplex< / code > < / a > < / td >
< td > < a href = "//github.com/libp2p/js-libp2p-mplex/releases" > < img src = "https://img.shields.io/npm/v/libp2p-mplex.svg?maxAge=86400&style=flat-square" alt = "npm" > < / a > < / td >
< td > < a href = "https://david-dm.org/libp2p/js-libp2p-mplex" > < img src = "https://david-dm.org/libp2p/js-libp2p-mplex.svg?style=flat-square" alt = "Deps" > < / a > < / td >
< td > < a href = "https://travis-ci.com/libp2p/js-libp2p-mplex" > < img src = "https://flat.badgen.net/travis/libp2p/js-libp2p-mplex/master" alt = "Travis CI" > < / a > < / td >
< td > < a href = "https://codecov.io/gh/libp2p/js-libp2p-mplex" > < img src = "https://codecov.io/gh/libp2p/js-libp2p-mplex/branch/master/graph/badge.svg?style=flat-square" alt = "codecov" > < / a > < / td >
< td > < a href = "mailto:vasco.santos@moxy.studio" > Vasco Santos< / a > < / td >
< / tr >
< tr >
< td > < strong > peer discovery< / strong > < / td >
< td > < / td >
< td > < / td >
< td > < / td >
< td > < / td >
< td > < / td >
< / tr >
< tr >
< td > < a href = "//github.com/libp2p/js-libp2p-bootstrap" > < code > libp2p-bootstrap< / code > < / a > < / td >
< td > < a href = "//github.com/libp2p/js-libp2p-bootstrap/releases" > < img src = "https://img.shields.io/npm/v/libp2p-bootstrap.svg?maxAge=86400&style=flat-square" alt = "npm" > < / a > < / td >
< td > < a href = "https://david-dm.org/libp2p/js-libp2p-bootstrap" > < img src = "https://david-dm.org/libp2p/js-libp2p-bootstrap.svg?style=flat-square" alt = "Deps" > < / a > < / td >
< td > < a href = "https://travis-ci.com/libp2p/js-libp2p-bootstrap" > < img src = "https://flat.badgen.net/travis/libp2p/js-libp2p-bootstrap/master" alt = "Travis CI" > < / a > < / td >
< td > < a href = "https://codecov.io/gh/libp2p/js-libp2p-bootstrap" > < img src = "https://codecov.io/gh/libp2p/js-libp2p-bootstrap/branch/master/graph/badge.svg?style=flat-square" alt = "codecov" > < / a > < / td >
< td > < a href = "mailto:vasco.santos@moxy.studio" > Vasco Santos< / a > < / td >
< / tr >
< tr >
< td > < a href = "//github.com/libp2p/js-libp2p-kad-dht" > < code > libp2p-kad-dht< / code > < / a > < / td >
< td > < a href = "//github.com/libp2p/js-libp2p-kad-dht/releases" > < img src = "https://img.shields.io/npm/v/libp2p-kad-dht.svg?maxAge=86400&style=flat-square" alt = "npm" > < / a > < / td >
< td > < a href = "https://david-dm.org/libp2p/js-libp2p-kad-dht" > < img src = "https://david-dm.org/libp2p/js-libp2p-kad-dht.svg?style=flat-square" alt = "Deps" > < / a > < / td >
< td > < a href = "https://travis-ci.com/libp2p/js-libp2p-kad-dht" > < img src = "https://flat.badgen.net/travis/libp2p/js-libp2p-kad-dht/master" alt = "Travis CI" > < / a > < / td >
< td > < a href = "https://codecov.io/gh/libp2p/js-libp2p-kad-dht" > < img src = "https://codecov.io/gh/libp2p/js-libp2p-kad-dht/branch/master/graph/badge.svg?style=flat-square" alt = "codecov" > < / a > < / td >
< td > < a href = "mailto:vasco.santos@moxy.studio" > Vasco Santos< / a > < / td >
< / tr >
< tr >
< td > < a href = "//github.com/libp2p/js-libp2p-mdns" > < code > libp2p-mdns< / code > < / a > < / td >
< td > < a href = "//github.com/libp2p/js-libp2p-mdns/releases" > < img src = "https://img.shields.io/npm/v/libp2p-mdns.svg?maxAge=86400&style=flat-square" alt = "npm" > < / a > < / td >
< td > < a href = "https://david-dm.org/libp2p/js-libp2p-mdns" > < img src = "https://david-dm.org/libp2p/js-libp2p-mdns.svg?style=flat-square" alt = "Deps" > < / a > < / td >
< td > < a href = "https://travis-ci.com/libp2p/js-libp2p-mdns" > < img src = "https://flat.badgen.net/travis/libp2p/js-libp2p-mdns/master" alt = "Travis CI" > < / a > < / td >
< td > < a href = "https://codecov.io/gh/libp2p/js-libp2p-mdns" > < img src = "https://codecov.io/gh/libp2p/js-libp2p-mdns/branch/master/graph/badge.svg?style=flat-square" alt = "codecov" > < / a > < / td >
< td > < a href = "mailto:jacobheun@gmail.com" > Jacob Heun< / a > < / td >
< / tr >
< tr >
< td > < a href = "//github.com/libp2p/js-libp2p-webrtc-star" > < code > libp2p-webrtc-star< / code > < / a > < / td >
< td > < a href = "//github.com/libp2p/js-libp2p-webrtc-star/releases" > < img src = "https://img.shields.io/npm/v/libp2p-webrtc-star.svg?maxAge=86400&style=flat-square" alt = "npm" > < / a > < / td >
< td > < a href = "https://david-dm.org/libp2p/js-libp2p-webrtc-star" > < img src = "https://david-dm.org/libp2p/js-libp2p-webrtc-star.svg?style=flat-square" alt = "Deps" > < / a > < / td >
< td > < a href = "https://travis-ci.com/libp2p/js-libp2p-webrtc-star" > < img src = "https://flat.badgen.net/travis/libp2p/js-libp2p-webrtc-star/master" alt = "Travis CI" > < / a > < / td >
< td > < a href = "https://codecov.io/gh/libp2p/js-libp2p-webrtc-star" > < img src = "https://codecov.io/gh/libp2p/js-libp2p-webrtc-star/branch/master/graph/badge.svg?style=flat-square" alt = "codecov" > < / a > < / td >
< td > < a href = "mailto:vasco.santos@moxy.studio" > Vasco Santos< / a > < / td >
< / tr >
< tr >
< td > < a href = "//github.com/ChainSafe/discv5" > < code > @chainsafe/discv5< / code > < / a > < / td >
< td > < a href = "//github.com/ChainSafe/discv5/releases" > < img src = "https://img.shields.io/npm/v/@chainsafe/discv5.svg?maxAge=86400&style=flat-square" alt = "npm" > < / a > < / td >
< td > < a href = "https://david-dm.org/ChainSafe/discv5" > < img src = "https://david-dm.org/ChainSafe/discv5.svg?style=flat-square" alt = "Deps" > < / a > < / td >
< td > < a href = "https://travis-ci.com/ChainSafe/discv5" > < img src = "https://flat.badgen.net/travis/ChainSafe/discv5/master" alt = "Travis CI" > < / a > < / td >
< td > < a href = "https://codecov.io/gh/ChainSafe/discv5" > < img src = "https://codecov.io/gh/ChainSafe/discv5/branch/master/graph/badge.svg?style=flat-square" alt = "codecov" > < / a > < / td >
< td > < a href = "mailto:caymannava@gmail.com" > Cayman Nava< / a > < / td >
< / tr >
< tr >
< td > < strong > content routing< / strong > < / td >
< td > < / td >
< td > < / td >
< td > < / td >
< td > < / td >
< td > < / td >
< / tr >
< tr >
< td > < a href = "//github.com/libp2p/js-libp2p-delegated-content-routing" > < code > libp2p-delegated-content-routing< / code > < / a > < / td >
< td > < a href = "//github.com/libp2p/js-libp2p-delegated-content-routing/releases" > < img src = "https://img.shields.io/npm/v/libp2p-delegated-content-routing.svg?maxAge=86400&style=flat-square" alt = "npm" > < / a > < / td >
< td > < a href = "https://david-dm.org/libp2p/js-libp2p-delegated-content-routing" > < img src = "https://david-dm.org/libp2p/js-libp2p-delegated-content-routing.svg?style=flat-square" alt = "Deps" > < / a > < / td >
< td > < a href = "https://travis-ci.com/libp2p/js-libp2p-delegated-content-routing" > < img src = "https://flat.badgen.net/travis/libp2p/js-libp2p-delegated-content-routing/master" alt = "Travis CI" > < / a > < / td >
< td > < a href = "https://codecov.io/gh/libp2p/js-libp2p-delegated-content-routing" > < img src = "https://codecov.io/gh/libp2p/js-libp2p-delegated-content-routing/branch/master/graph/badge.svg?style=flat-square" alt = "codecov" > < / a > < / td >
< td > < a href = "mailto:jacobheun@gmail.com" > Jacob Heun< / a > < / td >
< / tr >
< tr >
< td > < a href = "//github.com/libp2p/js-libp2p-kad-dht" > < code > libp2p-kad-dht< / code > < / a > < / td >
< td > < a href = "//github.com/libp2p/js-libp2p-kad-dht/releases" > < img src = "https://img.shields.io/npm/v/libp2p-kad-dht.svg?maxAge=86400&style=flat-square" alt = "npm" > < / a > < / td >
< td > < a href = "https://david-dm.org/libp2p/js-libp2p-kad-dht" > < img src = "https://david-dm.org/libp2p/js-libp2p-kad-dht.svg?style=flat-square" alt = "Deps" > < / a > < / td >
< td > < a href = "https://travis-ci.com/libp2p/js-libp2p-kad-dht" > < img src = "https://flat.badgen.net/travis/libp2p/js-libp2p-kad-dht/master" alt = "Travis CI" > < / a > < / td >
< td > < a href = "https://codecov.io/gh/libp2p/js-libp2p-kad-dht" > < img src = "https://codecov.io/gh/libp2p/js-libp2p-kad-dht/branch/master/graph/badge.svg?style=flat-square" alt = "codecov" > < / a > < / td >
< td > < a href = "mailto:vasco.santos@moxy.studio" > Vasco Santos< / a > < / td >
< / tr >
< tr >
< td > < strong > peer routing< / strong > < / td >
< td > < / td >
< td > < / td >
< td > < / td >
< td > < / td >
< td > < / td >
< / tr >
< tr >
< td > < a href = "//github.com/libp2p/js-libp2p-delegated-peer-routing" > < code > libp2p-delegated-peer-routing< / code > < / a > < / td >
< td > < a href = "//github.com/libp2p/js-libp2p-delegated-peer-routing/releases" > < img src = "https://img.shields.io/npm/v/libp2p-delegated-peer-routing.svg?maxAge=86400&style=flat-square" alt = "npm" > < / a > < / td >
< td > < a href = "https://david-dm.org/libp2p/js-libp2p-delegated-peer-routing" > < img src = "https://david-dm.org/libp2p/js-libp2p-delegated-peer-routing.svg?style=flat-square" alt = "Deps" > < / a > < / td >
< td > < a href = "https://travis-ci.com/libp2p/js-libp2p-delegated-peer-routing" > < img src = "https://flat.badgen.net/travis/libp2p/js-libp2p-delegated-peer-routing/master" alt = "Travis CI" > < / a > < / td >
< td > < a href = "https://codecov.io/gh/libp2p/js-libp2p-delegated-peer-routing" > < img src = "https://codecov.io/gh/libp2p/js-libp2p-delegated-peer-routing/branch/master/graph/badge.svg?style=flat-square" alt = "codecov" > < / a > < / td >
< td > < a href = "mailto:jacobheun@gmail.com" > Jacob Heun< / a > < / td >
< / tr >
< tr >
< td > < a href = "//github.com/libp2p/js-libp2p-kad-dht" > < code > libp2p-kad-dht< / code > < / a > < / td >
< td > < a href = "//github.com/libp2p/js-libp2p-kad-dht/releases" > < img src = "https://img.shields.io/npm/v/libp2p-kad-dht.svg?maxAge=86400&style=flat-square" alt = "npm" > < / a > < / td >
< td > < a href = "https://david-dm.org/libp2p/js-libp2p-kad-dht" > < img src = "https://david-dm.org/libp2p/js-libp2p-kad-dht.svg?style=flat-square" alt = "Deps" > < / a > < / td >
< td > < a href = "https://travis-ci.com/libp2p/js-libp2p-kad-dht" > < img src = "https://flat.badgen.net/travis/libp2p/js-libp2p-kad-dht/master" alt = "Travis CI" > < / a > < / td >
< td > < a href = "https://codecov.io/gh/libp2p/js-libp2p-kad-dht" > < img src = "https://codecov.io/gh/libp2p/js-libp2p-kad-dht/branch/master/graph/badge.svg?style=flat-square" alt = "codecov" > < / a > < / td >
< td > < a href = "mailto:vasco.santos@moxy.studio" > Vasco Santos< / a > < / td >
< / tr >
< tr >
< td > < strong > utilities< / strong > < / td >
< td > < / td >
< td > < / td >
< td > < / td >
< td > < / td >
< td > < / td >
< / tr >
< tr >
< td > < a href = "//github.com/libp2p/js-libp2p-crypto" > < code > libp2p-crypto< / code > < / a > < / td >
< td > < a href = "//github.com/libp2p/js-libp2p-crypto/releases" > < img src = "https://img.shields.io/npm/v/libp2p-crypto.svg?maxAge=86400&style=flat-square" alt = "npm" > < / a > < / td >
< td > < a href = "https://david-dm.org/libp2p/js-libp2p-crypto" > < img src = "https://david-dm.org/libp2p/js-libp2p-crypto.svg?style=flat-square" alt = "Deps" > < / a > < / td >
< td > < a href = "https://travis-ci.com/libp2p/js-libp2p-crypto" > < img src = "https://flat.badgen.net/travis/libp2p/js-libp2p-crypto/master" alt = "Travis CI" > < / a > < / td >
< td > < a href = "https://codecov.io/gh/libp2p/js-libp2p-crypto" > < img src = "https://codecov.io/gh/libp2p/js-libp2p-crypto/branch/master/graph/badge.svg?style=flat-square" alt = "codecov" > < / a > < / td >
< td > < a href = "mailto:jacobheun@gmail.com" > Jacob Heun< / a > < / td >
< / tr >
< tr >
< td > < a href = "//github.com/libp2p/js-libp2p-crypto-secp256k1" > < code > libp2p-crypto-secp256k1< / code > < / a > < / td >
< td > < a href = "//github.com/libp2p/js-libp2p-crypto-secp256k1/releases" > < img src = "https://img.shields.io/npm/v/libp2p-crypto-secp256k1.svg?maxAge=86400&style=flat-square" alt = "npm" > < / a > < / td >
< td > < a href = "https://david-dm.org/libp2p/js-libp2p-crypto-secp256k1" > < img src = "https://david-dm.org/libp2p/js-libp2p-crypto-secp256k1.svg?style=flat-square" alt = "Deps" > < / a > < / td >
< td > < a href = "https://travis-ci.com/libp2p/js-libp2p-crypto-secp256k1" > < img src = "https://flat.badgen.net/travis/libp2p/js-libp2p-crypto-secp256k1/master" alt = "Travis CI" > < / a > < / td >
< td > < a href = "https://codecov.io/gh/libp2p/js-libp2p-crypto-secp256k1" > < img src = "https://codecov.io/gh/libp2p/js-libp2p-crypto-secp256k1/branch/master/graph/badge.svg?style=flat-square" alt = "codecov" > < / a > < / td >
< td > < a href = "mailto:dignifiedquire@gmail.com" > Friedel Ziegelmayer< / a > < / td >
< / tr >
< tr >
< td > < strong > data types< / strong > < / td >
< td > < / td >
< td > < / td >
< td > < / td >
< td > < / td >
< td > < / td >
< / tr >
< tr >
< td > < a href = "//github.com/libp2p/js-peer-id" > < code > peer-id< / code > < / a > < / td >
< td > < a href = "//github.com/libp2p/js-peer-id/releases" > < img src = "https://img.shields.io/npm/v/peer-id.svg?maxAge=86400&style=flat-square" alt = "npm" > < / a > < / td >
< td > < a href = "https://david-dm.org/libp2p/js-peer-id" > < img src = "https://david-dm.org/libp2p/js-peer-id.svg?style=flat-square" alt = "Deps" > < / a > < / td >
< td > < a href = "https://travis-ci.com/libp2p/js-peer-id" > < img src = "https://flat.badgen.net/travis/libp2p/js-peer-id/master" alt = "Travis CI" > < / a > < / td >
< td > < a href = "https://codecov.io/gh/libp2p/js-peer-id" > < img src = "https://codecov.io/gh/libp2p/js-peer-id/branch/master/graph/badge.svg?style=flat-square" alt = "codecov" > < / a > < / td >
< td > < a href = "mailto:santos.vasco10@gmail.com" > Vasco Santos< / a > < / td >
< / tr >
< tr >
< td > < strong > pubsub< / strong > < / td >
< td > < / td >
< td > < / td >
< td > < / td >
< td > < / td >
< td > < / td >
< / tr >
< tr >
< td > < a href = "//github.com/libp2p/js-libp2p-floodsub" > < code > libp2p-floodsub< / code > < / a > < / td >
< td > < a href = "//github.com/libp2p/js-libp2p-floodsub/releases" > < img src = "https://img.shields.io/npm/v/libp2p-floodsub.svg?maxAge=86400&style=flat-square" alt = "npm" > < / a > < / td >
< td > < a href = "https://david-dm.org/libp2p/js-libp2p-floodsub" > < img src = "https://david-dm.org/libp2p/js-libp2p-floodsub.svg?style=flat-square" alt = "Deps" > < / a > < / td >
< td > < a href = "https://travis-ci.com/libp2p/js-libp2p-floodsub" > < img src = "https://flat.badgen.net/travis/libp2p/js-libp2p-floodsub/master" alt = "Travis CI" > < / a > < / td >
< td > < a href = "https://codecov.io/gh/libp2p/js-libp2p-floodsub" > < img src = "https://codecov.io/gh/libp2p/js-libp2p-floodsub/branch/master/graph/badge.svg?style=flat-square" alt = "codecov" > < / a > < / td >
< td > < a href = "mailto:vasco.santos@moxy.studio" > Vasco Santos< / a > < / td >
< / tr >
< tr >
< td > < a href = "//github.com/ChainSafe/js-libp2p-gossipsub" > < code > libp2p-gossipsub< / code > < / a > < / td >
< td > < a href = "//github.com/ChainSafe/js-libp2p-gossipsub/releases" > < img src = "https://img.shields.io/npm/v/libp2p-gossipsub.svg?maxAge=86400&style=flat-square" alt = "npm" > < / a > < / td >
< td > < a href = "https://david-dm.org/ChainSafe/js-libp2p-gossipsub" > < img src = "https://david-dm.org/ChainSafe/js-libp2p-gossipsub.svg?style=flat-square" alt = "Deps" > < / a > < / td >
< td > < a href = "https://travis-ci.com/ChainSafe/js-libp2p-gossipsub" > < img src = "https://flat.badgen.net/travis/ChainSafe/js-libp2p-gossipsub/master" alt = "Travis CI" > < / a > < / td >
< td > < a href = "https://codecov.io/gh/ChainSafe/js-libp2p-gossipsub" > < img src = "https://codecov.io/gh/ChainSafe/js-libp2p-gossipsub/branch/master/graph/badge.svg?style=flat-square" alt = "codecov" > < / a > < / td >
< td > < a href = "mailto:caymannava@gmail.com" > Cayman Nava< / a > < / td >
< / tr >
< tr >
< td > < strong > extensions< / strong > < / td >
< td > < / td >
< td > < / td >
< td > < / td >
< td > < / td >
< td > < / td >
< / tr >
< tr >
< td > < a href = "//github.com/libp2p/js-libp2p-nat-mgnr" > < code > libp2p-nat-mgnr< / code > < / a > < / td >
< td > < a href = "//github.com/libp2p/js-libp2p-nat-mgnr/releases" > < img src = "https://img.shields.io/npm/v/libp2p-nat-mgnr.svg?maxAge=86400&style=flat-square" alt = "npm" > < / a > < / td >
< td > < a href = "https://david-dm.org/libp2p/js-libp2p-nat-mgnr" > < img src = "https://david-dm.org/libp2p/js-libp2p-nat-mgnr.svg?style=flat-square" alt = "Deps" > < / a > < / td >
< td > < a href = "https://travis-ci.com/libp2p/js-libp2p-nat-mgnr" > < img src = "https://flat.badgen.net/travis/libp2p/js-libp2p-nat-mgnr/master" alt = "Travis CI" > < / a > < / td >
< td > < a href = "https://codecov.io/gh/libp2p/js-libp2p-nat-mgnr" > < img src = "https://codecov.io/gh/libp2p/js-libp2p-nat-mgnr/branch/master/graph/badge.svg?style=flat-square" alt = "codecov" > < / a > < / td >
< td > N/A< / td >
< / tr >
< tr >
< td > < a href = "//github.com/libp2p/js-libp2p-utils" > < code > libp2p-utils< / code > < / a > < / td >
< td > < a href = "//github.com/libp2p/js-libp2p-utils/releases" > < img src = "https://img.shields.io/npm/v/libp2p-utils.svg?maxAge=86400&style=flat-square" alt = "npm" > < / a > < / td >
< td > < a href = "https://david-dm.org/libp2p/js-libp2p-utils" > < img src = "https://david-dm.org/libp2p/js-libp2p-utils.svg?style=flat-square" alt = "Deps" > < / a > < / td >
< td > < a href = "https://travis-ci.com/libp2p/js-libp2p-utils" > < img src = "https://flat.badgen.net/travis/libp2p/js-libp2p-utils/master" alt = "Travis CI" > < / a > < / td >
< td > < a href = "https://codecov.io/gh/libp2p/js-libp2p-utils" > < img src = "https://codecov.io/gh/libp2p/js-libp2p-utils/branch/master/graph/badge.svg?style=flat-square" alt = "codecov" > < / a > < / td >
< td > < a href = "mailto:santos.vasco10@gmail.com" > Vasco Santos< / a > < / td >
< / tr >
< / tbody > < / table >
< a href = "#contribute" id = "contribute" style = "color: inherit; text-decoration: none;" >
< h2 > Contribute< / h2 >
< / a >
< p > The libp2p implementation in JavaScript is a work in progress. As such, there are a few things you can do right now to help out:< / p >
< ul >
< li > Go through the modules and < strong > check out existing issues< / strong > . This would be especially useful for modules in active development. Some knowledge of IPFS/libp2p may be required, as well as the infrastructure behind it - for instance, you may need to read up on p2p and more complex operations like muxing to be able to help technically.< / li >
< li > < strong > Perform code reviews< / strong > . Most of this has been developed by @diasdavid, which means that more eyes will help a) speed the project along b) ensure quality and c) reduce possible future bugs.< / li >
< li > < strong > Add tests< / strong > . There can never be enough tests.< / li >
< / ul >
< a href = "#license" id = "license" style = "color: inherit; text-decoration: none;" >
< h2 > License< / h2 >
< / a >
< p > < a href = "LICENSE" > MIT< / a > © Protocol Labs< / p >
< / div >
< / div >
< div class = "col-4 col-menu menu-sticky-wrap menu-highlight" >
< nav class = "tsd-navigation primary" >
< ul >
< li class = " tsd-kind-module" >
< a href = "modules/__libp2p_.html" >