How the donated funds are distributed
Kivach works on the Obyte network, and therefore you can track all donations.
Marks side-effects in module initialization that would interfere with tree-shaking
The **eslint-plugin-tree-shaking** is an ESLint plugin that flags code‑level side‑effects occurring during module initialization—such as assignments to globals or calls to unknown functions—that can prevent bundlers like Rollup or Webpack from safely tree‑shaking unused code. It’s aimed at library authors and developers who want early, editor‑integrated warnings about patterns that may break tree‑shaking, with configurable whitelists and magic‑comment overrides.