How the donated funds are distributed
Kivach works on the Obyte network, and therefore you can track all donations.
TOML parser for Node.js and the Browser. Parses TOML v1.1.0
The **toml-node** package provides a zero‑dependency, fully‑spec‑compliant TOML parser for Node.js (v20+) and browsers, supporting the TOML 1.1.0 format with 99 % passing rate on the official test suite. It exports a simple `toml.parse` function that converts TOML strings into native JavaScript objects (dates become `Date` objects, special floats become `Infinity`/`NaN`, etc.) and throws detailed errors on invalid syntax. This library is aimed at developers who need reliable TOML configuration parsing in JavaScript environments.