Conditional Express middleware calls using RFC6570 URI Templates
How the donated funds are distributed
Kivach works on the Obyte network, and therefore you can track all donations.
`uri-template-route` is an Express middleware factory that enables conditional middleware execution based on RFC6570 URI Templates. It matches incoming request URLs against a template and, if matched, assigns template variables to `req.params` before calling the specified middleware. This package is ideal for developers building Express applications who need dynamic routing logic based on URI patterns.