mochet 66d2eac4c9 move tokenomics report generator into contrib folder | il y a 3 ans | |
---|---|---|
.. | ||
cache | il y a 3 ans | |
src | il y a 3 ans | |
.gitignore | il y a 3 ans | |
README.md | il y a 3 ans | |
package.json | il y a 3 ans | |
report-template.md | il y a 3 ans | |
report-template.md.old | il y a 3 ans | |
tsconfig.json | il y a 3 ans |
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