js-waku icon indicating copy to clipboard operation
js-waku copied to clipboard

feat: API allows usage of specific nodes for protocols

Open danisharora099 opened this issue 4 months ago • 0 comments

Problem

Users need the ability to specify the peers used for their apps, for different protocols. Specifically for Store: https://discord.com/channels/1110799176264056863/1290694275683582085/1291644836742565929

Proposed Solution

Provide the ability to pass node multiaddrs part of node creation, similar to bootstrapNodes

Notes

  • Since we'll do this for Store, it's good to extend this API to Filter and LightPush as well. These will be optional params

danisharora099 avatar Oct 10 '24 13:10 danisharora099