:dango: Graph adjacency list for JavaScript
How the donated funds are distributed
Kivach works on the Obyte network, and therefore you can track all donations.
This JavaScript library provides graph adjacency list data structures for working with graphs, including support for both undirected and directed multigraphs. It follows the @graph-data-structure/specification and is designed for developers who need to implement graph algorithms or data structures in JavaScript applications. The library offers various graph operations like adding/removing vertices and edges, and iterating through graph elements.