@chainsafe/discv5
TypeScript icon, indicating that this package has built-in type declarations

11.0.0 • Public • Published

discv5

ES Version Node Version

A TypeScript implementation of the DiscV5 protocol

Libp2p compatibility

Peer Discovery Compatible

Included is a libp2p peer-discovery compatibility module.

Example

import {Discv5Discovery} from "@chainsafe/discv5";
import {ENR, SignableENR} from "@chainsafe/enr";
import {createLibp2p} from "libp2p";
import PeerId from "peer-id";

const myPeerId: PeerId = ...;

const bootEnrs: ENR[] = [...];

const libp2p = createLibp2p({
  peerId: myPeerId,
  peerDiscovery: [() => new Discv5Discovery({
    enabled: true,
    enr: SignableENR.createFromPeerId(myPeerId),
    peerId: myPeerId,
    bindAddrs: {ip4: "/ip4/0.0.0.0/udp/9000"},
    bootEnrs,
    searchInterval: 30000, // wait 30s between searches
  })]
});

License

Apache-2.0

Versions

Current Tags

VersionDownloads (Last 7 Days)Tag
11.0.02,676latest
0.6.7105beta

Version History

VersionDownloads (Last 7 Days)Published
11.0.02,676
10.0.12
10.0.01
9.0.148
9.0.0429
7.1.07
7.0.11
7.0.01
5.1.21
5.1.118
5.0.11
5.0.014
4.0.08
3.0.067
2.1.11
2.1.01
2.0.01
1.5.01
1.4.09
1.3.11
1.3.02
1.2.11
1.2.01
1.1.24
1.1.12
1.1.01
1.0.23
1.0.11
1.0.01
0.8.11
0.8.01
0.7.118
0.7.01
0.6.7105
0.6.63
0.6.51
0.6.43
0.6.31
0.6.21
0.6.11
0.6.01
0.5.125
0.5.016
0.4.25
0.4.11
0.4.01
0.3.22
0.3.11
0.3.01
0.2.71
0.2.61
0.2.51
0.2.41
0.2.31
0.2.21
0.1.31
0.1.22
0.2.11
0.2.01
0.1.11
0.1.01

Package Sidebar

Install

npm i @chainsafe/discv5

Weekly Downloads

2,973

Version

11.0.0

License

Apache-2.0

Unpacked Size

437 kB

Total Files

215

Last publish

Collaborators

  • gregthegreek
  • sadiq1971
  • beroburny
  • morrigan88
  • alexey_krasnoperov
  • avkos
  • irubido
  • wemeetagain
  • mpetrunic