JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 2
  • Score
    100M100P100Q33695F
  • License MIT

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

[ Build Status](https://travis-ci.org/ipfs/ipfs-blob-store) Dependency Status js-standard-style

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