Transform super calls inside async class methods for Node 6
How the donated funds are distributed
Kivach works on the Obyte network, and therefore you can track all donations.
This Babel 6 plugin transforms `super` calls inside async class methods to work around a compiler bug when targeting Node.js 6, which supports ES6 classes but not async functions. It is intended for developers using Babel 6 who need to compile modern async class syntax for Node 6 environments.