Skip to content

Latest commit

 

History

History
37 lines (23 loc) · 1.41 KB

README.md

File metadata and controls

37 lines (23 loc) · 1.41 KB

SYNOPSIS

NPM Package Build Status Gitter or #vaporyjs on freenode

js-standard-style
An node.js implementation of devp2p's Distrubuted Peer Table. A DPT is like DHT but just stores peering info.

Installation

Because package uses cryptocoinjs/secp256k1-node you need C++ compiler.

npm install devp2p-dpt

Example

See examples in examples/

API

API.md

But don't hesitate check source code, it's always actual and gives much insight.

Reference

License

MPL-2.0