How the donated funds are distributed
Kivach works on the Obyte network, and therefore you can track all donations.
The **block‑ast** library parses a string‑based template that uses a custom block syntax and converts it into a lightweight abstract syntax tree (AST). It defines four node types—Fragment, Block, SCS, and Text—each with specific properties (e.g., HTML delimiters and node values), making it useful for developers building template engines, static site generators, or any tool that needs to analyze or transform block‑styled markup.