How the donated funds are distributed
Kivach works on the Obyte network, and therefore you can track all donations.
Returns native AbortController/AbortSignal if available or the abort-controller module if not
`native-abort-controller` is a tiny utility that exports an `AbortController`/`AbortSignal` implementation appropriate for the runtime: it returns the built‑in browser/Node v15+ version when available, and falls back to the `abort‑controller` polyfill otherwise. It’s aimed at developers writing code that runs in mixed environments (e.g., Electron renderer, bundled web/Node apps) who want a seamless, drop‑in replacement without manually handling the native‑vs‑polyfill choice.