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

Websocket connections to third party server for IPFS #80

Open
hoh opened this issue Jan 27, 2023 · 1 comment
Open

Websocket connections to third party server for IPFS #80

hoh opened this issue Jan 27, 2023 · 1 comment
Labels
question Further information is requested

Comments

@hoh
Copy link
Member

hoh commented Jan 27, 2023

aleph-client connects to the following servers:
image

Example:

GET wss://node0.preload.ipfs.io/p2p/QmZMxNdpMkewiVZLMRxaNxUeZpDUb34pWjZ1kZvsd16Zic

Should it connect to IPFS nodes from the Aleph network instead ?

@hoh hoh added the question Further information is requested label Jan 27, 2023
@BjrInt
Copy link
Member

BjrInt commented Jan 27, 2023

This is the default behavior when initiating an IPFS instance. There is not much added value to connect to Aleph IPFS nodes imo, but this could be done by passing the multiaddr of the Node as a parameter here:
https://github.com/aleph-im/aleph-account/blob/main/src/boot/ipfs.js#L7

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants