-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Query: Where is the bootstrap package in the latest version? #2802
Comments
I think you are looking for go-libp2p-kad-dht For mdns based discovery look at https://pkg.go.dev/github.com/libp2p/go-libp2p/p2p/discovery/mdns |
I was looking at an example code that references this "github.com/libp2p/go-libp2p/p2p/discovery/routing". But I can't find it in that latest version. This is what I was trying to do.
However, I could not find that package in the go-libp2p module. I would like to test a scenario where peers could be found on a WAN or the Internet. I understand libp2p DHT can achieve this. Is that correct? |
@paulwizviz I think you are looking for https://github.com/ipfs/boxo/blob/main/bootstrap/bootstrap.go |
I am new to the library. I was told there is a bootstrap package to support bootstrap-based discovery.
The text was updated successfully, but these errors were encountered: