Babel plugin for transforming ES2017 features Object.entries and Object.keys
How the donated funds are distributed
Kivach works on the Obyte network, and therefore you can track all donations.
This Babel plugin transforms ES2017 `Object.entries` and `Object.values` methods into ES5-compliant generated functions, enabling their use in older JavaScript environments. It's designed for developers who need to use modern object manipulation methods while maintaining compatibility with legacy browsers or systems that don't support ES2017 features.