How the donated funds are distributed
Kivach works on the Obyte network, and therefore you can track all donations.
Polyfill Number.prototype.toLocaleString() with globalize.
The **polyfill-number-tolocalestring** package adds a drop‑in polyfill for `Number.prototype.toLocaleString()` that works in environments lacking native Internationalization support. It leverages the Globalize library and CLDR data to format numbers, currencies, and other numeric styles for any locale, and provides a simple `usePolyfill` function that can be enabled and later reset. This is aimed at developers building JavaScript applications that need reliable, locale‑aware number formatting across all browsers, including older ones.