Ricardo Maltez f23184f139 Delete wrong file vor 3 Jahren
..
cache 66d2eac4c9 move tokenomics report generator into contrib folder vor 3 Jahren
src f23184f139 Delete wrong file vor 3 Jahren
.gitignore 66d2eac4c9 move tokenomics report generator into contrib folder vor 3 Jahren
README.md 66d2eac4c9 move tokenomics report generator into contrib folder vor 3 Jahren
bounties.csv 746df51fcf Add spending proposal values, roles occupants & bounties paid value vor 3 Jahren
package.json 746df51fcf Add spending proposal values, roles occupants & bounties paid value vor 3 Jahren
report-template.md 746df51fcf Add spending proposal values, roles occupants & bounties paid value vor 3 Jahren
report-template.md.old 66d2eac4c9 move tokenomics report generator into contrib folder vor 3 Jahren
tsconfig.json 66d2eac4c9 move tokenomics report generator into contrib folder vor 3 Jahren

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