Wraps a datastore with a blockstore
$ npm install blockstore-datastore-adapter
const { MemoryStore } = require('interface-datastore')
const BlockstoreDatastoreAdapter = require('blockstore-datastore-adapter')
const store = new BlockstoreDatastoreAdapter(new MemoryStore())
Feel free to join in. All welcome. Open an issue!
This repository falls under the IPFS Code of Conduct.
Apache-2.0 OR MIT