Normalize different variable value types - e.g. `"1"` becomes `1`
How the donated funds are distributed
Kivach works on the Obyte network, and therefore you can track all donations.
Normalify is a JavaScript library that normalizes different variable value types, converting strings like "1" to numbers, parsing quoted strings, and handling boolean and null values. It's designed for developers who need to sanitize and standardize data inputs, particularly when working with user-provided data or API responses that may contain inconsistently typed values.