How the donated funds are distributed
Kivach works on the Obyte network, and therefore you can track all donations.
Utilizes ES6 Proxies to easily observe and validate changes on nested objects.
Micro‑Observer is a tiny TypeScript/JavaScript library that creates a deep ES6 Proxy for any nested object, emitting a simple **ChangeReport** each time a property is set, deleted, or a method (e.g., array mutators) is called. Developers can supply a validator function to inspect these reports and accept or reject changes, making it ideal for lightweight state‑tracking, validation, or reactive UI scenarios without pulling in a full‑featured framework.