Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/consensys/discovery

Java implementation of Discovery v5
https://github.com/consensys/discovery

discovery discv5 p2p

Last synced: 20 days ago
JSON representation

Java implementation of Discovery v5

Awesome Lists containing this project

README

        

# discovery

[![CircleCI](https://dl.circleci.com/status-badge/img/gh/Consensys/discovery/tree/master.svg?style=svg)](https://dl.circleci.com/status-badge/redirect/gh/Consensys/discovery/tree/master)
[![Latest version of 'discovery' @ Cloudsmith](https://api-prd.cloudsmith.io/v1/badges/version/consensys/maven/maven/discovery/latest/a=noarch;xg=tech.pegasys.discovery/?render=true&show_latest=true)](https://cloudsmith.io/~consensys/repos/maven/packages/detail/maven/discovery/latest/a=noarch;xg=tech.pegasys.discovery/)

## Overview

This is a Java implementation of the [Discovery v5](https://github.com/ethereum/devp2p/blob/master/discv5/discv5.md)
peer discovery protocol.

## Dependency

```groovy
repositories {
maven { url "https://artifacts.consensys.net/public/maven/maven/" }
}

dependencies {
implementation("tech.pegasys:discovery:")
}
```