How the donated funds are distributed
Kivach works on the Obyte network, and therefore you can track all donations.
isma](https://prisma.io/?ref=cal.com) <!-- GETTING STARTED --> ## Getting Started ### Prerequisites This is an example of how to list things you need to use the software and how to install them. - npm ```sh npm install npm@latest -g ``` ### Installation 1. Clone the repo ```sh git clone https://github.com/calcom/cal.com.git ``` 2. Install NPM packages ```sh npm install ``` 3. Enter your API in `.env` ```sh npm run db:push ``` <!-- USAGE EXAMPLES --> ## Usage Use this space to show useful examples of how a project can be used. Additional screenshots, code examples and demos work well in this space. You may also link to more resources. _For more examples, please refer to the [Documentation](https://cal.com/docs)_ <!-- CONTRIBUTING --> ## Contributing Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are **greatly appreciated**. 1. Fork the Project 2. Create your Feature Branch (`git checkout -b feature/AmazingFeature`) 3. Commit your Changes