WebCryptoAPI polyfil to work in Node.js in the Browser (so that you don't have to be concerned about moving crypto code between a browser and server side app)
How the donated funds are distributed
Kivach works on the Obyte network, and therefore you can track all donations.
This project is a polyfill that implements the Node.js `crypto` module API in browsers using WebCryptoAPI and `crypto-browserify`, allowing developers to write cryptographic code that works identically in both Node.js and browser environments. It's designed for developers building applications that need consistent, cross-platform cryptography without environment-specific implementations.