Generator friendly version of `tap`
How the donated funds are distributed
Kivach works on the Obyte network, and therefore you can track all donations.
Gap is a testing framework that provides a generator-friendly version of the popular `tap` testing library for Node.js. It allows developers to write tests using generator functions and the `yield` keyword, simplifying asynchronous testing without the need for `t.plan()` and `t.end()`. Gap is designed for developers working with Node.js versions that support generator functions, providing a CLI for running tests and an API that integrates seamlessly with existing `tap` assertions.