sum-reward
v0.1.0
Published
This subquery indexes bond, reward and slash from events of finalized block
Readme
SubQuery Example - Summary of Rewards and Slashes
This subquery indexes staking bonds, rewards and slashes of each finalized blocks.
This is an example of EventHandler, provides records of all the accounts that have participated in staking, and summarize their total rewards and slashes. In the end, calculate the total earnings.
Get Started
1. install dependencies
yarn2. generate types
yarn codegen3. build
yarn build4. run locally
yarn start:docker