:waffle: Graph adjacency matrix for JavaScript
How the donated funds are distributed
Kivach works on the Obyte network, and therefore you can track all donations.
This is a JavaScript library for working with graph adjacency matrices, providing implementations for both undirected (Graph) and directed (DiGraph) graphs. It's designed for developers building graph-based applications who need a structured way to represent and manipulate graph data, with support for operations like adding/removing vertices and edges, and iterating through graph elements.