Coffeelint rule requiring objects to have keys in alphabetical order
How the donated funds are distributed
Kivach works on the Obyte network, and therefore you can track all donations.
coffeelint-alphabetize-keys is a Coffeelint plugin that enforces alphabetical ordering of object keys in CoffeeScript code. It categorizes keys by type (function/variable), visibility (public/private), and context (instance/static), and can be configured with overrides for specific key orderings. This tool is designed for CoffeeScript developers who want to maintain consistent and readable object key ordering in their codebases.