Ordered Set Data Structure for JavaScript
How the donated funds are distributed
Kivach works on the Obyte network, and therefore you can track all donations.
OSet is a JavaScript library that provides ordered set and map data structures, similar to ECMAScript 6's Set and Map, but with additional functionality like merge, union, intersection, difference, and sort operations. It's designed for developers who need to maintain collections of items while preserving their insertion order and performing advanced set/map operations efficiently.