Prevent Jest tests from hitting the network
How the donated funds are distributed
Kivach works on the Obyte network, and therefore you can track all donations.
Jest-Offline is a Jest addon that prevents tests from making network requests by failing them with an exception if they attempt to access the network. It's designed for developers practicing unit testing who want to ensure their tests are isolated, reliable, and don't depend on external network resources. This tool is particularly useful for maintaining test suite stability and identifying network-dependent tests that should be refactored.