How the donated funds are distributed
Kivach works on the Obyte network, and therefore you can track all donations.
Stop using preventDefault to get form behavior in React.
react‑submittable is a tiny React component that gives form‑like keyboard handling without relying on `preventDefault`. By wrapping inputs in `<Submittable onEnter={…} onCancel={…}>`, it automatically triggers `onEnter` for the Enter key and `onCancel` for Escape, mimicking native form submit/cancel behavior. It’s aimed at React developers who want clean, declarative handling of these key events in any UI element.