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
It is somewhat unclear to me how would IPFS apps store content to IPFS, even if browser implemented ipfs specific protocol. I imagine that browser would have to expose some IPFS read / write operations as DOM APIs.
For now, They can use js-ipfs to have a full ipfs node directly in the browser, or js-ipfs-api to use those APIs.
We want to come up with a nice set of APIs to be provided by {addon, extension, webextensions} that js-ipfs and js-ipfs-api can cleanly polyfill, so adoption can just improve over time.
Native APIs are the long-term goal.
Annother approach would only have the browser expose a libp2p Node (not a full IPFS node) and do all IPFS parts in js.
Background
@Gozala:
@jbenet:
The text was updated successfully, but these errors were encountered: