:cactus: Finger tree data structure for JavaScript
How the donated funds are distributed
Kivach works on the Obyte network, and therefore you can track all donations.
Finger tree is a JavaScript implementation of the finger tree data structure, a purely functional data structure that provides efficient access to both ends of a sequence. It's designed for developers working with functional programming concepts in JavaScript who need a persistent data structure with efficient concatenation, splitting, and traversal operations.