Package Exports
- ipfs-blob-store
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (ipfs-blob-store) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
ipfs-blob-store
[
](https://travis-ci.org/ipfs/ipfs-blob-store)
Implements the abstract-blob-store API, built on top of IPFS.

Usage
var ipfsBlobStore = require('ipfs-blob-store')
var options = {
port: 5001, // default value
host: '127.0.0.1' // default value
baseDir: '/', // default value
flush: true // default value
}
var store = ipfsBlobStore(options)
// then use abstract-blob-store interface