How the donated funds are distributed
Kivach works on the Obyte network, and therefore you can track all donations.
a mongoose plugin for fix number like 0.30000000000000004 to 0.3
The **klg-mongoose-number-fix** repository provides a tiny Mongoose plugin that automatically corrects floating‑point precision errors (e.g., converting `0.30000000000000004` to `0.3`) before documents are saved or updated in MongoDB. It’s aimed at Node.js developers using Mongoose who want clean, human‑readable numeric data without manually rounding each value.