level-content-addressable-store
v0.0.0
Published
the same api as [content-addressable-store](https://github.com/dominictarr/content-addressable-store) except implemented on top of leveldb.
Readme
level-content-addressable-store
the same api as content-addressable-store except implemented on top of leveldb.
var lcas = reqpuire('level-content-addressable-store')
var level = require('level')
var contentdb = lcas(level(path))
contentdb.add(data, function (err, hash) {
if(err) throw err
console.error('added', hash)
})License
MIT
