Ricardo Maltez a6fec330d2 Update bounties file преди 3 години
..
cache 66d2eac4c9 move tokenomics report generator into contrib folder преди 4 години
src e7ad4a18df Fix bug selecting elements of working groups & add operations group support преди 3 години
.gitignore 66d2eac4c9 move tokenomics report generator into contrib folder преди 4 години
README.md 66d2eac4c9 move tokenomics report generator into contrib folder преди 4 години
bounties.csv a6fec330d2 Update bounties file преди 3 години
package.json ac614a9a00 Update report generator to joystream/types 0.16.1 преди 3 години
report-template.md e7ad4a18df Fix bug selecting elements of working groups & add operations group support преди 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