A Blockstore implementation that stores blocks in the local filesystem.

Example

import { FsBlockstore } from 'blockstore-fs'

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

Index

Classes

Interfaces