https://github.com/decanus/dns-discovery
DNS based discovery for libp2p based on EIP-1459
https://github.com/decanus/dns-discovery
Last synced: 12 months ago
JSON representation
DNS based discovery for libp2p based on EIP-1459
- Host: GitHub
- URL: https://github.com/decanus/dns-discovery
- Owner: decanus
- License: apache-2.0
- Created: 2020-01-15T19:57:20.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-02-01T03:20:15.000Z (over 6 years ago)
- Last Synced: 2025-05-16T23:13:49.771Z (about 1 year ago)
- Language: Go
- Size: 22.5 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# dns-discovery
DNS based discovery for libp2p based on [EIP-1459](https://eips.ethereum.org/EIPS/eip-1459), the implementation is heavily inspired by the code found in [go-ethereum](https://github.com/ethereum/go-ethereum/tree/master/p2p/dnsdisc).
Currently the discovery function wraps around go-ethereum.
## TODOs
- Work on changes to go-ethereum that allow for EIP-1459 with various network address types. Abstraction of encoding decoding.