Clean and easy routing with express and typescript
How the donated funds are distributed
Kivach works on the Obyte network, and therefore you can track all donations.
express-easy-routing is a TypeScript library that simplifies routing in Express applications by allowing developers to define routes and their parameters independently from Express, with route handling logic implemented as pure application logic. It's designed for TypeScript developers building Express applications who want a cleaner, more maintainable way to organize their routing logic without directly coupling it to Express' request/response objects.