Introduction
Hello Utopians! over here with my third contribution :)
This time I come with an automated token calculator and tracker for the . This development is a direct response of this task:
https://steemit.com/@mcfarhat/actifit-task-nodejs-automated-delegation-rewards-calculation
Even though this post is a bit late for the task request deadline. It is far later than the actual code, which has been delivered weeks ago. and
have been using this for over a month.
Repository
https://github.com/mcfarhat/actifit-bot
Delegation Calculator Process
This process was divided on two as per the request.
- Calculates steem rewards for active delegators
- Calculates token rewards for active delegators
It does the previous tasks on a weekly basis and checks active delegations on hourly basis, to know the accumulated steem power for the week. All is calculated as per the task request.
The main technologies involved on this task were:
- NodeJS
- Dsteem
For this request I used Dsteem which I like more and eslint, as I was observed on my last request for not using it.
Email Service
The results of the previous calculation are mailed to so that he can easily pay its delegators.
Ok....
I think that's all of it :)
If anyone has any doubt or concern just let me know. I'll hapilly reply.
Here's the pull request: