Joystream Stats dd9bd3acb3 fallback to dollar pool changes to calculate inflation | 3 年之前 | |
---|---|---|
.. | ||
cache | 3 年之前 | |
src | 3 年之前 | |
.gitignore | 3 年之前 | |
README.md | 3 年之前 | |
package.json | 3 年之前 | |
report-template.md | 3 年之前 | |
report-template.md.old | 3 年之前 | |
tsconfig.json | 3 年之前 |
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.
yarn && yarn build
To update the submodule in src/lib
:
git submodule init
git submodule update
node lib/generator.js <start block> <end block>
node lib/generator.js 57601 234038