Skip to content
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

abstract away @libp2p/* deps through js-waku #1449

Open
danisharora099 opened this issue Aug 1, 2023 · 1 comment
Open

abstract away @libp2p/* deps through js-waku #1449

danisharora099 opened this issue Aug 1, 2023 · 1 comment

Comments

@danisharora099
Copy link
Collaborator

This is a change request

Problem

js-waku aims to be many things, out of which, an easier way to use libp2p is one.
with the recently work on trying to improve dev-ex, while most of them have been done already, i propose to abstract away related libp2p/* related deps in js-waku

in the web-chat example:
it is seen that along with @waku/react, the need for importing @libp2p/bootstrap remains

Proposed Solutions

packages like @libp2p/bootstrap to be abstracted away in js-waku for better dev-ex

@weboko
Copy link
Collaborator

weboko commented Aug 10, 2023

We should either make it an included dependency or a peer dependency.
Todo is to reconsider necessity of the @libp2p/bootstrap

I think it is part of #337 and #1453

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: To Do
Development

No branches or pull requests

2 participants