How the donated funds are distributed
Kivach works on the Obyte network, and therefore you can track all donations.
Store information about any JS value in a side channel, using a linked list.
side‑channel‑list is a tiny Node.js library that lets you attach arbitrary data to any JavaScript value without modifying the value itself, by storing that data in a linked‑list side channel. It provides a simple API (`set`, `get`, `has`, `assert`, `delete`) for managing these hidden associations and is intended for developers who need to keep metadata or caches linked to objects while avoiding property pollution, especially in low‑level or library code.