Linear partitioning in straight up javascript.
How the donated funds are distributed
Kivach works on the Obyte network, and therefore you can track all donations.
This project provides a JavaScript library that solves the linear partitioning problem: given an array of numbers and a desired number of groups, it splits the array into consecutive ranges to minimize the largest group's sum. It's designed for developers