util.inherits without the cruft
How the donated funds are distributed
Kivach works on the Obyte network, and therefore you can track all donations.
This project provides a lightweight utility for setting up classical inheritance in JavaScript, similar to Node.js's `util.inherits` but without unnecessary properties like `super_`. It's designed for ES5 environments and works consistently across Node.js and browsers. Developers using ES5 who want a clean, minimal inheritance helper for their classes would find this useful.