A validation middleware for express using the Joi validation suite from Eran Hammer/Walmart Labs
How the donated funds are distributed
Kivach works on the Obyte network, and therefore you can track all donations.
Express-joi is an Express middleware that integrates the Joi validation library to validate incoming HTTP request parameters (query, params, body). It's designed for Node.js developers using Express who need a straightforward way to enforce data validation rules on their API endpoints, automatically handling errors and consolidating validated data into `req.items`.