JavaScript library to make Directed Acyclic Graph construction and traversal easy, including deep circular dependency detection ♽
How the donated funds are distributed
Kivach works on the Obyte network, and therefore you can track all donations.
digraph-js is a lightweight JavaScript library for creating and traversing Directed Acyclic Graphs (DAGs) with built-in circular dependency detection. It's designed for developers working on static analysis tools, build systems, or any application requiring graph-based dependency management, offering features like depth-first/breadth-first traversal, cycle detection, and dependency introspection.