stores
    Preparing search index...

    Module index

    A Blockstore implementation that stores blocks in the local filesystem.

    import { FsBlockstore } from 'blockstore-fs'

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

    Classes

    FsBlockstore

    Interfaces

    FsBlockstoreInit