Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 870 Bytes

README.md

File metadata and controls

21 lines (15 loc) · 870 Bytes

discovery

CircleCI Latest version of 'discovery' @ Cloudsmith

Overview

This is a Java implementation of the Discovery v5 peer discovery protocol.

Dependency

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

dependencies {
    implementation("tech.pegasys:discovery:<version>")
}