How the donated funds are distributed
Kivach works on the Obyte network, and therefore you can track all donations.
A very small subset of ES6 Map that is good enough for small sizes
MiniMap provides a tiny, ES6‑compatible subset implementation of `Map` for JavaScript, optimized for very small collections and minimal memory overhead. It supports the core methods (`has`, `get`, `set`, `delete`, `clear`) and allows object keys, making it useful for developers who need a lightweight map replacement in environments where a full‑featured `Map` is unnecessary or unavailable.