⚠️ 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-fsin Node.js, andblockstore-idbin browsers.A Blockstore implementation that uses a flavour of Level as a backend.
Example