How the donated funds are distributed
Kivach works on the Obyte network, and therefore you can track all donations.
Remove development warning from production code
A Babel plugin that strips development‑only warning calls from production bundles. It rewrites `warning(...)` statements into a conditional that only runs when `process.env.NODE_ENV !== 'production'`, letting libraries (e.g., the `warning` package) keep helpful dev messages without shipping them to users. It’s aimed at front‑end developers building React/JS applications who want smaller, production‑ready code.