https://github.com/chainsafe/discv5
A Typescript implementation of the Discv5 protocol
https://github.com/chainsafe/discv5
dht discovery discv5 ethereum p2p
Last synced: 3 months ago
JSON representation
A Typescript implementation of the Discv5 protocol
- Host: GitHub
- URL: https://github.com/chainsafe/discv5
- Owner: ChainSafe
- License: apache-2.0
- Created: 2019-05-17T20:02:13.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2025-09-10T19:40:49.000Z (5 months ago)
- Last Synced: 2025-10-02T02:53:25.998Z (4 months ago)
- Topics: dht, discovery, discv5, ethereum, p2p
- Language: TypeScript
- Homepage:
- Size: 1.33 MB
- Stars: 30
- Watchers: 9
- Forks: 16
- Open Issues: 18
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# discv5 monorepo
This monorepo contains code related to the typescript implementation of [discv5](https://github.com/ethereum/devp2p/blob/master/discv5/discv5.md)
## Packages
- [@chainsafe/enr](./packages/enr/README.md)
- [@chainsafe/discv5](./packages/discv5/README.md)