How the donated funds are distributed
Kivach works on the Obyte network, and therefore you can track all donations.
This is a distributed text processing system built with Dapr, consisting of five microservices: an API for receiving text, a validator for checking text validity, a compressor for text compression, a MongoDB service for storing valid texts, and a rejector for handling invalid texts. The project appears to be a student assignment (Parcial 2) demonstrating microservices architecture with Dapr for distributed application development. It's designed for developers learning Dapr and microservices patterns who want to understand how to build a distributed system with service-to-service communication and state management.