Simple BroadcastChannel polyfill for browsers with MessageChannel API onboard
How the donated funds are distributed
Kivach works on the Obyte network, and therefore you can track all donations.
A polyfill for the BroadcastChannel API, enabling cross-tab communication in browsers with MessageChannel support. It's intended for developers needing to implement BroadcastChannel functionality in older browsers that lack native support, though it has limitations like using localStorage and only supporting JSON-serializable data.