Flip/Reverse javascript Promise
How the donated funds are distributed
Kivach works on the Obyte network, and therefore you can track all donations.
Flip Promise is a lightweight JavaScript utility that reverses the resolution/rejection behavior of a promise, returning a new promise that resolves with the original's rejection reason and rejects with its resolution value. It's designed for developers, particularly those writing tests, who need to assert that a promise is rejected or to invert promise outcomes for specific logic flows.