Skip to content

duomarket/js-peer-book

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

49 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Peer Book JavaScript Implementation

Build Status Coverage Status Dependency Status js-standard-style

Sauce Test Status

Peer Store for libp2p and IPFS

Installation

npm

> npm i peer-book

Node.JS, Browserify, Webpack

var 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

About

Peer Store for libp2p and IPFS

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 100.0%