eth-peer-book
v0.0.1
Published
Peer Store for libp2p and IPFS
Downloads
4
Readme
Peer Book JavaScript Implementation
Fork of peer-book
Table of Contents
soon™
Installation
npm
> npm i eth-peer-book
Node.JS, Browserify, Webpack
const PeerBook = require('eth-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/eth-peer-book/dist/index.min.js"></script>
<!-- OR -->
<script src="https://unpkg.com/eth-peer-book/dist/index.js"></script>
Usage
put
get
getByB58String
getByMultihash
License
MIT