How the donated funds are distributed
Kivach works on the Obyte network, and therefore you can track all donations.
Asynchronously reads an array of files and returns their contents
The **node‑read‑files** module adds a convenient static method `fs.readFiles` to Node’s built‑in `fs` module, allowing you to load many files in parallel. It accepts an array of file paths, optional encoding and batch size, and asynchronously returns an object mapping each filename to its contents—ideal for scripts or applications that need to bulk‑read files without writing repetitive boiler‑plate code.