Joystream Stats 682e0a1d2a getFiatEvents style | пре 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
To update the submodule in src/lib
:
git submodule init
git submodule update
yarn run report
OR
yarn build && node build/generator.js <start block> <end block>
yarn run report 30
node build/generator.js 57601 234038