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')
A Blockstore implementation that uses a flavour of Level as a backend.
Example