A helper module for scuttlebutt blobs
const ScuttleBlob = require('scuttle-blob')
const scuttle = ScuttleBlob(server)
scuttle.async.files(files, opts, cb)
This is currently just a thin wrapper for ssb-blob-files, read that README for details about arguments files
, opts
, cb