Store information about any JS value in a side channel. Uses WeakMap if available.
How the donated funds are distributed
Kivach works on the Obyte network, and therefore you can track all donations.
side-channel is a JavaScript library that allows storing information about any JS value in a side channel using WeakMap if available. It provides methods to set, get, assert, check, and delete values associated with a key, making it useful for developers who need to store metadata or additional information about objects without modifying the objects themselves. The library is particularly beneficial for those working in environments that support WeakMap, as it helps prevent memory leaks.