How the donated funds are distributed
Kivach works on the Obyte network, and therefore you can track all donations.
`gl-constants` is a tiny Node module that exposes every WebGL 1.0 numeric constant as a plain JavaScript object, letting developers reference constants by name (e.g., `constants.LINEAR`) or look up a name from a value (e.g., `lookup(1282) → "INVALID_OPERATION"`). It’s mainly aimed at WebGL developers and test suites that need a reliable, server‑side source of the official WebGL constant values.