yafs is a lightweight Node.js utility library that wraps the built‑in `fs` module with promise‑based (and synchronous) helpers for everyday file‑system tasks—copying, deleting, listing, checking existence, reading/writing text, JSON, or binary files, and handling paths. It targets developers who need a simple, backwards‑compatible API for common FS operations without requiring a modern Node version.
How the donated funds are distributed
Kivach works on the Obyte network, and therefore you can track all donations.
yet another file-system abstraction, using older interfaces from `fs`, so you don't have to have a super-modern node, also making it a lot simpler to do common tasks like recursive filesystem listings, testing for existence of files / folders and reading / writing files.