0.0.1 • Published 5 years ago

eth-peer-book v0.0.1

Weekly downloads
3
License
MIT
Repository
github
Last release
5 years ago

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