-
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
feat: create helper for running docker locally #1834
Comments
Proposed solution: similarly to how we use @waku-org/eco-dev your thoughts? |
I think that if we are clear about only using this node for development and ideally just making it work without any extra configuration, it sounds good and fits into waku-org/pm#137 2 questions/considerations:
|
My perspective here is:
|
What about RLN? Using ganache or something like that? |
Yeah, I think that if we talk about being able to run everything locally, we might need to consider something like Ganache, Hardhat, Foundry to run alongside the docker waku node to make it all self-contained. I'd also say that once we have the UX for working with RLN in js-waku polished, we should enable it by default, but might be worth to keep it off by default initially |
I expect different APIs to be available. |
Problem
Under harsh network conditions, especially at hackathons, it becomes difficult for a js-waku instance in the browser to connect to a Waku node on the network. It's easier for a user to move forward and build when there is a local instance of nwaku running that js-waku can connect to.
Proposed Solutions
Create an npm script that:
nwaku
nwaku
Notes
The text was updated successfully, but these errors were encountered: