You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have been looking through the source code of this repository to get an idea of how to get my ipfs node in wasm to join general the ipfs network.
Looking through the repository, I see this file https://github.com/ipfs/helia/blob/main/packages/helia/src/utils/bootstrappers.ts
But I know tcp protocol only does not work in the browser setting. The browser requires ws or http as well. My question now is, does the helia node connect to the general ipfs network in the browser comtext? If it does, how does it do it? Is there a different bootnodes file?
Thanks
The text was updated successfully, but these errors were encountered:
I have been looking through the source code of this repository to get an idea of how to get my ipfs node in wasm to join general the ipfs network.
Looking through the repository, I see this file
https://github.com/ipfs/helia/blob/main/packages/helia/src/utils/bootstrappers.ts
But I know tcp protocol only does not work in the browser setting. The browser requires ws or http as well. My question now is, does the helia node connect to the general ipfs network in the browser comtext? If it does, how does it do it? Is there a different bootnodes file?
Thanks
The text was updated successfully, but these errors were encountered: