How the donated funds are distributed
Kivach works on the Obyte network, and therefore you can track all donations.
A JS library to find the convex hull of a finite set of 3d points
quickhull3d is a fast, pure‑JavaScript implementation of the Quickhull algorithm that computes the convex hull of a set of 3‑D points in O(n log n) time. It provides a simple `qh(points)` function (and a class‑based API) that returns the hull faces as index triples, plus a helper to test point inclusion, making it useful for graphics, geometry processing, and any web or Node.js project that needs efficient 3‑D convex‑hull calculations.