How the donated funds are distributed
Kivach works on the Obyte network, and therefore you can track all donations.
reflect-own-keys-x is a tiny utility library that provides a polyfill‑style “sham” for the ES6 `Reflect.ownKeys` method. It exports a single function that, given any object, returns an array of all its own property names and symbols (equivalent to `Object.getOwnPropertyNames(target).concat(Object.getOwnPropertySymbols(target))`), and throws a `TypeError` if the argument isn’t an object. The package is aimed at JavaScript developers who need a reliable, lightweight replacement for `Reflect.ownKeys` in environments where it isn’t available.