Replies: 1 comment 4 replies
-
Yes. We generally refer to it as IPFS Mainnet. In the browser, Helia connects to the Amino Boostrappers over WSS/WebRTC-direct helia/packages/helia/src/utils/bootstrappers.ts Lines 3 to 10 in 7e32123 |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
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
Beta Was this translation helpful? Give feedback.
All reactions