unique client ids using monotonic incremental numbers with no upper bound.
How the donated funds are distributed
Kivach works on the Obyte network, and therefore you can track all donations.
`incremental-id` is a JavaScript library that generates unique client IDs using monotonic incremental numbers with no upper bound, ensuring IDs remain unique for a single client during a single session. It's designed for developers who need a simple, unbounded ID generation system without the limitations of JavaScript's `Number.MAX_SAFE_INTEGER`. The library is based on code from `bigeasy/monotonic` and returns IDs as strings to avoid numeric overflow.