ipfs-shipyard / ipfs-blob-store

An abstract-blob-store compatible implementation built using IPFS as the storage backend
MIT License
56 stars 8 forks source link

Does this still require a daemon? #15

Closed mikeal closed 6 years ago

mikeal commented 8 years ago

I saw this note:

ipfs-blob-store today requires a running IPFS daemon to talk to over HTTP. This module will be able to be entirely self-contained once js-ipfs is complete.

However, js-ipfs looks like it now has feature parity so is this still true?

hackergrrl commented 8 years ago

I believe this is still true today, because we're still converging on a single interface that lets you use js-ipfs or the HTTP API to a remote daemon.

Very soon it'll all be behind interface-ipfs-core, so you can swap between the two indiscriminately.

hacdias commented 6 years ago

I think this question was answered, @diasdavid

daviddias commented 6 years ago

It should not. @achingbrain implemented mfs for js-ipfs now too :D