-
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
Break examples out into a new repo #292
Comments
There were discussions previously about what form this repo should take. For example, should it depend on everything and provide nice interface or should it just contain constructors and helper methods for using libp2p and so on. I can't recall conclusions of them. @lgierth what do you think? |
So, one motivation is that the DHT currently depends on this repo so we can't add any examples that use the DHT. (see #278). We could, alternatively:
|
Looks like this was done in #381. |
This should reduce the code size of this repo and reduce the number of dependencies.
The text was updated successfully, but these errors were encountered: