Parse the K8s resource quantity strings, such as "100m" or "200Gi", into floats + units
How the donated funds are distributed
Kivach works on the Obyte network, and therefore you can track all donations.
This Node.js package parses Kubernetes resource quantity strings (e.g., "100m", "200Gi") into numeric values with units, designed for developers working with Kubernetes API data. It's intended for use when processing correct, non-maliciously-crafted strings from K8s, with the caveat that floating-point imprecision may cause slight discrepancies compared to Kubernetes' internal representation.