How the donated funds are distributed
Kivach works on the Obyte network, and therefore you can track all donations.
The **broccoli-tree-walker** package provides a base class for writing Broccoli plugins that need to react to file‑system changes. It combines the diffing capabilities of **fs‑tree‑diff** with the traversal features of **node‑walk‑sync**, exposing virtual methods like `create`, `unlink`, `mkdir`, `rmdir`, `change`, and `nodesChanged` which plugin authors can override to implement custom build steps. It’s aimed at developers building Broccoli plugins who want an easy, declarative way to process added, removed, or modified files and directories during a build.