Joystream Stats c3ed61b558 Update Council Minutes README před 3 roky
..
cache ebbd4a9044 Imrove th structure of contributions folder před 3 roky
src da92bba5f5 34.II-3: Assets by Storage Providers před 3 roky
templates e56ea359c9 minor change to the Council Minutes template před 3 roky
.gitignore 837379b1c4 build to 'build' dir před 3 roky
README.md c3ed61b558 Update Council Minutes README před 3 roky
package.json da92bba5f5 34.II-3: Assets by Storage Providers před 3 roky
tsconfig.json 837379b1c4 build to 'build' dir před 3 roky

README.md

Council Minutes generator

  • Counil & Tokenomics Report: 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.
  • Storage: yarn run storage generates a table with stats how many liaisons each storage worker has (similar to https://joystreamstats.live/storage)

Setup

yarn

To update the submodule in src/lib:

git submodule init
git submodule update

Usage

yarn run report

OR

yarn build && node build/generator.js <start block> <end block>

Examples

  • yarn run report 30
  • node build/generator.js 57601 234038

Contributors