A simple testing tool for mocking HTTP sequences of request / response pairs in node.js
How the donated funds are distributed
Kivach works on the Obyte network, and therefore you can track all donations.
Mock-request is a simple testing tool for mocking HTTP sequences of request/response pairs in Node.js, designed for testing API servers by making assertions against HTTP responses. It is intended for developers who need to mock HTTP endpoints in tests without external test framework dependencies. The project has been deprecated in favor of using `nock`, a more robust alternative.