Well-typed curry implementations
How the donated funds are distributed
Kivach works on the Obyte network, and therefore you can track all donations.
@typed/curry is a TypeScript library that provides a well-typed implementation of function currying for functional programming. It's designed for TypeScript developers who want to use currying in their code, particularly for functions with up to 5 parameters. The library enforces a limit on function arity, considering functions with more than 5 parameters to be an anti-pattern, and offers a simple API for currying functions and partially applying arguments.