How the donated funds are distributed
Kivach works on the Obyte network, and therefore you can track all donations.
ECMAScript CallExpression matcher made from function/method signature
call‑matcher is a lightweight Node.js library that builds a matcher for ECMAScript CallExpression nodes from a given function or method signature (e.g., `assert.equal(actual, expected, [message])`). It lets tools traverse JavaScript ASTs (via esprima/estraverse) and detect calls that exactly match the signature, exposing whether each argument is mandatory or optional. The package is aimed at developers writing static analysis, linters, or test‑framework extensions that need to recognize specific function calls.