⚠️ This package is deprecated. Instead, use blockstore-fs in Node.js, and blockstore-idb in browsers.
blockstore-fs
blockstore-idb
A Blockstore implementation that uses a flavour of Level as a backend.
import { LevelBlockstore } from 'blockstore-level'const store = new LevelBlockstore('path/to/store') Copy
import { LevelBlockstore } from 'blockstore-level'const store = new LevelBlockstore('path/to/store')
⚠️ This package is deprecated. Instead, use
blockstore-fs
in Node.js, andblockstore-idb
in browsers.A Blockstore implementation that uses a flavour of Level as a backend.
Example