@arve.knudsen/peer-book

0.9.2 • Public • Published

Peer Book JavaScript Implementation

Discourse posts Dependency Status js-standard-style

Peer Store for libp2p and IPFS

Lead Maintainer

Pedro Teixeira

Table of Contents

soon™

Installation

npm

> npm i peer-book

Node.JS, Browserify, Webpack

const PeerBook = require('peer-book')

Browser: <script> Tag

Loading this module through a script tag will make the PeerBook obj available in the global namespace.

<script src="https://unpkg.com/peer-book/dist/index.min.js"></script>
<!-- OR -->
<script src="https://unpkg.com/peer-book/dist/index.js"></script>

Usage

put

get

getByB58String

getByMultihash

License

MIT

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 0.9.2
    3
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 0.9.2
    3

Package Sidebar

Install

npm i @arve.knudsen/peer-book

Weekly Downloads

3

Version

0.9.2

License

MIT

Unpacked Size

9.58 kB

Total Files

5

Last publish

Collaborators

  • arve.knudsen