How the donated funds are distributed
Kivach works on the Obyte network, and therefore you can track all donations.
ansi‑wrap is a tiny Node.js utility that generates ANSI‑escaped strings by taking opening and closing numeric codes and a message (e.g., `wrap(45,49,'text')` → `\u001b[45mtext\u001b[49m`). It’s aimed at developers building command‑line tools or other terminal output where they need to apply custom colors or styles without pulling in larger libraries.