Conditionally add a middleware to koa with some common patterns
How the donated funds are distributed
Kivach works on the Obyte network, and therefore you can track all donations.
Koa Unless is a middleware utility for Koa applications that allows conditionally skipping middleware based on specified patterns like request method, path, extension, or custom logic. It's designed for developers building Koa applications who need fine-grained control over when certain middleware should or shouldn't execute, such as serving static files only for specific routes or requiring authentication conditionally.