A Blockstore is a key/value database that lets use CIDs to store/retrieve binary blobs.
It is used by IPFS to store/retrieve the block that a given CID resolves to.
blockstore-fs
blockstore-idb
blockstore-level
blockstore-core/memory
blockstore-s3
A Blockstore is a key/value database that lets use CIDs to store/retrieve binary blobs.
It is used by IPFS to store/retrieve the block that a given CID resolves to.
Implementations
blockstore-fs
blockstore-idb
blockstore-level
(supports any levelup compatible backend)blockstore-core/memory
blockstore-s3