JSPM

  • Created
  • Published
  • Downloads 26164
  • Score
    100M100P100Q66893F
  • License MIT

IPFS Peer abstraction JavaScript implementation

Package Exports

  • peer-info

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (peer-info) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

peer-info JavaScript implementation

Build Status](https://travis-ci.org/diasdavid/js-peer-info) Dependency Status js-standard-style

Peer Info contains information about a peer Id and its multiaddrs. This module is used by IPFS and libp2p.

Usage

In Node.js through npm

> npm install --save peer-info
const PeerInfo = require('peer-info')