Assert responses to HTTP requests in Node.JS
How the donated funds are distributed
Kivach works on the Obyte network, and therefore you can track all donations.
Assert Request is a Node.js tool for asserting properties of HTTP response objects, including status codes, headers, body content, and content type. It returns a promise with built-in assertion methods, making it ideal for testing HTTP endpoints in frameworks like Mocha. This project is designed for developers who need a lightweight, promise-based alternative to tools like supertest for validating API responses.