# lfs-store **Repository Path**: mirrors_mikeal/lfs-store ## Basic Information - **Project Name**: lfs-store - **Description**: IPLD blockstore on git+lfs - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-19 - **Last Updated**: 2025-09-27 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # lfs-store Experimental IPLD block store backed for git+lfs. Only tested against GitHub. Currently only supports blocks w/ SHA2-256 hashes. Does not currently batch requests, which will be necessary for acceptable performance since git+lfs requires 3 round trips for every write. Needs more tests.