How the donated funds are distributed
Kivach works on the Obyte network, and therefore you can track all donations.
Redux helper functions and composable components for form-inputs in React without tons of repeated logic
React Entity Data is a small library that plugs into the **entity‑state** model to eliminate repetitive Redux boilerplate when building forms in React. It provides an `EntityData` context component plus higher‑order wrappers for input fields, plus ready‑made Redux action‑creator and reducer factories (e.g., `stage`, `httpRequest`) so developers can declaratively bind form fields to a standardized entity state, handle async loading/submission, and keep UI code concise. It’s aimed at React‑Redux developers who need a more DRY way to manage CRUD‑style entity data and form handling.