Ricardo Maltez f23184f139 Delete wrong file | há 3 anos atrás | |
---|---|---|
.. | ||
cache | há 3 anos atrás | |
src | há 3 anos atrás | |
.gitignore | há 3 anos atrás | |
README.md | há 3 anos atrás | |
bounties.csv | há 3 anos atrás | |
package.json | há 3 anos atrás | |
report-template.md | há 3 anos atrás | |
report-template.md.old | há 3 anos atrás | |
tsconfig.json | há 3 anos atrás |
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>
node lib/generator.js 57601 234038