How the donated funds are distributed
Kivach works on the Obyte network, and therefore you can track all donations.
Configure esbuild targets based on a browserslist query
The **esbuild‑plugin‑browserslist** library lets you generate an esbuild `target` setting automatically from any Browserslist query. It maps the browsers returned by Browserslist (e.g., “defaults”, “>0.5%”) to the corresponding esbuild target strings (Chrome, Safari, Edge, Firefox, Node, etc.) and can be used either as an esbuild plugin or via a helper function. This is useful for front‑end or Node developers who already define browser support with Browserslist and want their esbuild builds to respect the same compatibility criteria without manually updating the target list.