How the donated funds are distributed
Kivach works on the Obyte network, and therefore you can track all donations.
A node.js module that helps with stubbing and behavior verification.
Gently is a lightweight Node.js testing helper that lets developers stub methods, set expectations on calls, and verify that those calls occur in the correct order. It works by overwriting object functions (or even required modules), providing `expect`, `restore`, `hijack`, and `stub` utilities, making it useful for unit‑testing JavaScript code—particularly for deep, nested, or event‑driven logic. The library targets Node developers who need unobtrusive, behavior‑verification tools for their test suites.