Depth first search directed graphs
How the donated funds are distributed
Kivach works on the Obyte network, and therefore you can track all donations.
This npm package provides a simple depth-first search (DFS) function for traversing directed graphs. It allows users to find all vertices reachable from a starting point, with an option to reverse edge direction during traversal. The project is designed for developers needing to analyze or process graph-structured data, such as task dependencies or workflow sequences.