timers module based on nodes code for browserify
How the donated funds are distributed
Kivach works on the Obyte network, and therefore you can track all donations.
This is a Node.js timers module for use with browserify, providing full compatibility with Node's timers implementation including setTimeout, setInterval, setImmediate and their clear counterparts. It's intended for developers who need exact Node.js timers behavior in the browser and are using browserify, particularly those with heavy timer usage that requires the linked list implementation from Node.js.