threshold-network / merkle-distribution

Threshold Network rewards generation and distribution
https://threshold.network
1 stars 6 forks source link

Add Node package for rewards calculation #15

Closed manumonti closed 2 years ago

manumonti commented 2 years ago

A new Node package have been created to calculate Bonus and Ongoing staking rewards: stakingrewards

This new package collects the Threshold staking information from Threshold network subgraph (https://github.com/threshold-network/subgraph) and calculates the corresponding rewards of each stake.

It also generates the rewards Merkle Distribution.

In addition, previous scripts have been updated in order to use this new package.