How the donated funds are distributed
Kivach works on the Obyte network, and therefore you can track all donations.
An ESnext spec-compliant `Set.prototype.isSubsetOf` shim/polyfill/replacement that works as far down as ES3
The **set.prototype.issubsetof** package provides a spec‑compliant shim/polyfill for the upcoming `Set.prototype.isSubsetOf` method, allowing code to use the method even in environments that only support ES3. It exports a function that can be called directly or installed globally via `isSubsetOf.shim()`, and it automatically polyfills the `Set` implementation itself if necessary. The library is aimed at JavaScript developers who need reliable Set utilities across legacy browsers or Node versions.