How the donated funds are distributed
Kivach works on the Obyte network, and therefore you can track all donations.
Creates and makes an array without duplicates. Even with array of objects with a specified filter.
`make-unique` is a small Node.js utility that removes duplicate entries from an array, supporting both primitive values (via native `Set` when available) and complex objects through a user‑provided matcher function. It’s aimed at JavaScript developers who need a simple, dependency‑free way to de‑duplicate arrays—especially when custom equality logic is required for objects.