-
Notifications
You must be signed in to change notification settings - Fork 42
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add ability to connect to peers using only PeerID #177
Comments
At some point this was removed (not exactly sure why as I wasn't the one who removed it). We could potentially re-introduce and resolve PeerIDs to Multiaddrs using the delegated routing. |
it would be great to have an example where two peers find each other with the peer-id only (in the best case with a dht for detecting the multiadders) |
@2color hey, I would love to work on implementing this "Connect-By-PeerID" feature--
OUTPUT from peerInfo(mainly thru knownpeer, and not DHT)
|
@Nkovaturient Please submit a PR instead. It makes it easier to review and provide feedback. |
@2color sure! |
when starting the js-peer and accessing localhost:3000
I miss the Field "PeerID to connect to" and the button "Get Multiaddrs"
see:

The text was updated successfully, but these errors were encountered: