Joystream Stats 238bf9008f move contributions/tech to scripts | há 2 anos atrás | |
---|---|---|
.. | ||
cache | há 2 anos atrás | |
src | há 2 anos atrás | |
templates | há 2 anos atrás | |
.gitignore | há 2 anos atrás | |
README.md | há 2 anos atrás | |
package.json | há 2 anos atrás | |
tsconfig.json | há 2 anos atrás |
yarn run report [round|block range]
collects information from the Joystream chain. It was created to allow the council to generate a report after the end of a council round. It takes some minutes to cache all events. The next run with the same block range, will be quicker.yarn run storage
generates a table with stats how many liaisons each storage worker has (similar to https://joystreamstats.live/storage)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