-
Notifications
You must be signed in to change notification settings - Fork 1
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
Replace Dropbox integration with IPFS #1
Comments
@davidar what's the current state of hs-ipfs-api? I poked through it a few weeks ago, nothing looked particularly objectionable but I couldn't gauge where it was progress-wise. |
State of the Haskell ecosystemIPFSRating: Immature @bitemyapp Sorry, I've been neglecting hs-ipfs-api (and I still need to address your PR :/ ), as I haven't really had much practical use for it yet (I'm waiting for IPLD to land). However, if people are interested in getting apps like markup.rocks integrated with IPFS, then it might be a kick in the pants to get the necessary functionality into hs-ipfs-api. |
It looks like most of the dropbox-specific code is in Ideally, I'd like to be able to link to |
@davidar 'updatable' hashes are part of the IPNS spec, so it is totally doable :). To load an asset from IPFS on a URL hash (#/ipfs/..), you would have to have some JS code on your markup.rocks app that captures that hash and fetches the file for you, right now that can be done with node-ipfs-api |
Loading documents specified by the URL hash now works. Example |
@davidar very nice! thanks. add it to https://github.com/ipfs/awesome-ipfs |
also see ipfs/notes#149 |
Instead of opening/saving files using Dropbox, we should use IPFS as the storage backend.
CC: @osener @jamescarlyle @jbenet @diasdavid @bitemyapp @puffnfresh
The text was updated successfully, but these errors were encountered: