Skip to content
This repository has been archived by the owner on Apr 29, 2020. It is now read-only.

Latest commit

 

History

History
73 lines (48 loc) · 3.18 KB

README.md

File metadata and controls

73 lines (48 loc) · 3.18 KB

Deprecation Notice

This module has been deprecated in favour of:



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

Sauce Test Status

libp2p build (module) used in js-ipfs when running it on the browser. If you are looking for the version to be used in Node.js, see libp2p-ipfs-nodejs.

This libp2p build has support for:

  • WebSockets and WebRTC
  • SPDY and mplex stream multiplexing
  • secio encrypted channels
  • Identify STUN protocol

Table of Contents

Install

npm install --save libp2p-ipfs-browser

Usage

const Node = require('libp2p-ipfs-browser')

API

API docs can be found at https://github.com/libp2p/js-libp2p#usage

Contribute

Feel free to join in. All welcome. Open an issue!

This repository falls under the IPFS Code of Conduct.

License

MIT