Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/consensys/discovery
- Owner: Consensys
- License: apache-2.0
- Created: 2019-11-26T04:07:39.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2024-11-20T10:19:49.000Z (about 1 month ago)
- Last Synced: 2024-12-04T00:08:29.115Z (20 days ago)
- Topics: discovery, discv5, p2p
- Language: Java
- Homepage:
- Size: 1.06 MB
- Stars: 11
- Watchers: 21
- Forks: 22
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE-OF-CONDUCT.md
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:")
}
```