How the donated funds are distributed
Kivach works on the Obyte network, and therefore you can track all donations.
an npm package with utilities for handling object-based, optionally value-containing, enums.
value‑enum is a small TypeScript utility library that makes “object‑based” enums—common when Rust‑style enums are projected into TypeScript—as easy to work with as native Rust enums. It provides type‑safe helpers such as `matchEnum`, `matches`, `unwrapEnum` and `enumName` for pattern‑matching, checking, extracting and identifying enum variants, aimed at developers who need to interoperate between Rust and TypeScript or who use union‑of‑string‑and‑single‑keyed‑object enums in their code.