Ricardo Maltez aed61fc135 Fix not excluding failed spending proposals 3 年之前
..
cache 66d2eac4c9 move tokenomics report generator into contrib folder 4 年之前
src aed61fc135 Fix not excluding failed spending proposals 3 年之前
.gitignore 66d2eac4c9 move tokenomics report generator into contrib folder 4 年之前
README.md 66d2eac4c9 move tokenomics report generator into contrib folder 4 年之前
package.json ac614a9a00 Update report generator to joystream/types 0.16.1 3 年之前
report-template.md 49c7591c21 Remove council rewards since there are paid by KPIs now 3 年之前
report-template.md.old 66d2eac4c9 move tokenomics report generator into contrib folder 4 年之前
tsconfig.json 66d2eac4c9 move tokenomics report generator into contrib folder 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