A Blockstore implementation for browsers that stores blocks in IndexedDB.
import { IDBBlockstore } from 'blockstore-idb'const store = new IDBBlockstore('path/to/store') Copy
import { IDBBlockstore } from 'blockstore-idb'const store = new IDBBlockstore('path/to/store')
A Blockstore implementation for browsers that stores blocks in IndexedDB.
Example