Expand hex codes from three to six digits
How the donated funds are distributed
Kivach works on the Obyte network, and therefore you can track all donations.
This is a small JavaScript utility for expanding shorthand 3-digit hex color codes (like `#000` or `#cb0`) into their full 6-digit equivalents (`#000000`, `#ccbb00`). It's intended for developers working with CSS or design systems who need to normalize color formats programmatically, and can be used in Node.js projects via npm or yarn.