This is a starter project for Indexing Juno, It provides a list of all Juno validators and delegators, all delegations, and the total delegated for each entity.
It does not yet handle:
- cooldowns of delegation, it treats begin redelegate as a instantenous action
- the MsgCancelUnboundingDelegation
The numbers are probably not quite exactly accurate, but it's a great example of how to build a SubQuery project
yarn
yarn codegen
yarn build
yarn start:docker