Maybe and Either monad for your JavaScript project
How the donated funds are distributed
Kivach works on the Obyte network, and therefore you can track all donations.
This library provides Maybe and Either monad implementations for JavaScript, offering functional programming constructs like `Option` and `Result` types to handle nullable values and error states safely. It's designed for JavaScript developers who want to write more robust, type-safe code by leveraging monadic patterns to avoid null/undefined errors and manage computations with potential failures. The package supports multiple module systems (CommonJS, ES Modules, TypeScript) and is suitable for both frontend and backend JavaScript projects.