devp2p-dpt

An implemention of ethereum's DHT

Usage no npm install needed!

<script type="module">
  import devp2pDpt from 'https://cdn.skypack.dev/devp2p-dpt';
</script>

README

SYNOPSIS

NPM Package Build Status Gitter or #ethereumjs 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