A TypeScript-first decorator library that simplifies Electron IPC communication with type safety and automatic proxy generation
How the donated funds are distributed
Kivach works on the Obyte network, and therefore you can track all donations.
Electron IPC Decorator is a TypeScript-first library that simplifies Electron IPC communication by providing type-safe decorators and automatic proxy generation. It allows developers to define IPC services using class decorators, automatically generates client-side proxies for renderer processes, and supports context injection via AsyncLocalStorage. This library is designed for Electron developers building TypeScript applications who want cleaner, more maintainable IPC code with full type safety and reduced boilerplate.