How the donated funds are distributed
Kivach works on the Obyte network, and therefore you can track all donations.
run‑callback is a small Node.js utility that normalizes the execution of functions that may be synchronous, return a Promise, accept a Node‑style callback, or return a stream, always yielding a Promise that resolves to an array of results. It’s aimed at developers building task runners, build tools (e.g., Gulp plugins), or any JavaScript code that needs a consistent way to run and compose async or sync callbacks.