Joystream Stats 2844aa2429 report-template.md hace 3 años
..
cache 66d2eac4c9 move tokenomics report generator into contrib folder hace 3 años
src 5b70832daa fillSudoSetBalance(), getFiatEvents() hace 3 años
.gitignore 66d2eac4c9 move tokenomics report generator into contrib folder hace 3 años
README.md 66d2eac4c9 move tokenomics report generator into contrib folder hace 3 años
package.json ac614a9a00 Update report generator to joystream/types 0.16.1 hace 3 años
report-template.md 2844aa2429 report-template.md hace 3 años
report-template.md.old 66d2eac4c9 move tokenomics report generator into contrib folder hace 3 años
tsconfig.json 66d2eac4c9 move tokenomics report generator into contrib folder hace 3 años

README.md

Council Report Generator

This scripts collects some information from Joystream chain. \ It was created to allow the council to generate a report in the finish of the council round. \ It takes some minutes to complete the report, multiple runs, with the same block range, will be quicker since it has a "cache" system for the block events.

## Setup

 yarn && yarn build

## Usage

node lib/generator.js <start block> <end block> 

Example

node lib/generator.js 57601 234038