The **git‑fs‑db** library provides a JavaScript‑Git “db” layer that stores objects directly in the file system by wrapping a low‑level **git‑fs** interface. It lets developers work with real on‑disk Git repositories from Node.js code, making it useful for anyone building tools, scripts, or services that need to read or write Git data without invoking the native Git binary.
How the donated funds are distributed
Kivach works on the Obyte network, and therefore you can track all donations.
A git db implementation that wraps a git-fs interface instance. Creates real git repos in the fs.