stores
    Preparing search index...

    Module blockstore-level

    ⚠️ This package is deprecated. Instead, use blockstore-fs in Node.js, and blockstore-idb in browsers.

    A Blockstore implementation that uses a flavour of Level as a backend.

    import { LevelBlockstore } from 'blockstore-level'

    const store = new LevelBlockstore('path/to/store')

    Classes

    LevelBlockstore

    Interfaces

    LevelBlockstoreInit