A Blockstore implementation that stores blocks in the local filesystem.
import { FsBlockstore } from 'blockstore-fs'const store = new FsBlockstore('path/to/store') Copy
import { FsBlockstore } from 'blockstore-fs'const store = new FsBlockstore('path/to/store')
A Blockstore implementation that stores blocks in the local filesystem.
Example