Ricardo Maltez 85ce23bb1f Fix bug getting council info 4 жил өмнө
..
cache ab577562ce Add block event cache system 4 жил өмнө
src 85ce23bb1f Fix bug getting council info 4 жил өмнө
.gitignore c9fa969bd3 update gitignore 4 жил өмнө
README.md abac046aff Add the missing fields (Storage Provders & Curators Rewards & Media & Upload Info) 4 жил өмнө
package.json 94a5b095af Refactor code to match new types 4 жил өмнө
report-template.md 85ce23bb1f Fix bug getting council info 4 жил өмнө
report-template.md.old 4bb90820a0 Add new template format & update code to the new Joystream types 4 жил өмнө
tsconfig.json 94a5b095af Refactor code to match new types 4 жил өмнө

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