A performant ES6 Set subclass that defines custom iteration order.
How the donated funds are distributed
Kivach works on the Obyte network, and therefore you can track all donations.
Ordered-set is an ES6 Set subclass that allows developers to define custom iteration order through a sorting function. It's designed for JavaScript developers who need the unique item properties of a Set but require control over the iteration order, such as when working with collections that need consistent ordering for display or processing. The library is particularly useful for those already using ES6 features and looking for a performant solution that maintains all standard Set operations while adding ordered iteration capabilities.