effectai/force-frontend

Show task fee on campaign page.

djmbritt opened this issue · 0 comments

For each task done, there is a certain amount that gets paid out as a fee for the DAO.
Currently, it is 0.1.

There is a method in effect-js::getFeePercentage that can be used to retrieve the fee realtime.

This needs to happen on the following pages:
https://app.effect.network/campaigns/idx

Needs to be displayed in this box in the upper hand corner.
With how much the percentage is, and the total fee amount.

image