This repository was archived by the owner on Jan 12, 2024. It is now read-only.
This repository was archived by the owner on Jan 12, 2024. It is now read-only.
Reference Documentation for Implementation of running IPFS Node in Electron #389
Open
Description
It's difficult to find any info on running ipfs in electron with this test package
https://github.com/ipfs-examples/js-ipfs-examples/tree/master/examples/run-in-electron
Specifically when configuring a node as the default .jsipfs config profile attributes are unfamiliar to me within the scope of any other ipfs standard documentation I've come across, i.e.
- Delegate Node Addressing -
"/dns4/node0.delegate.ipfs.io/tcp/443/https" - Bootstrapped dns4 preload nodes -
"/dns4/node0.preload.ipfs.io/tcp/443/wss/p2p/" - Bootstrapped dnsaddr in terms of its implementation in electron
- How enablement of Pubsub with Router gossipsub works with ipfs-electron
- Keychain as it exists in the default profile:
- Is it similiar to this? https://github.com/richardschneider/ipfs-encryption/blob/master/src/keychain.md
- Is this automatically configured? What's the idea behind it's use-case in run? https://github.com/WebOfTrustInfo/rwot1-sf/blob/master/topics-and-advance-readings/ipfs-keychain.md
Metadata
Metadata
Assignees
Labels
No labels