extend like a boss
How the donated funds are distributed
Kivach works on the Obyte network, and therefore you can track all donations.
xtend is a utility library for extending objects by merging properties from multiple objects, with right-most properties taking precedence. It is designed for developers who need a simple, non-mutating way to combine objects, and is now deprecated in favor of using `Object.assign()` or the spread operator `{ ...a }`.