Traumschule e03e603b13 Giza Bot Updates (#601) 1 vuosi sitten
..
cache 238bf9008f move contributions/tech to scripts 2 vuotta sitten
src e03e603b13 Giza Bot Updates (#601) 1 vuosi sitten
templates e03e603b13 Giza Bot Updates (#601) 1 vuosi sitten
.gitignore 238bf9008f move contributions/tech to scripts 2 vuotta sitten
README.md 238bf9008f move contributions/tech to scripts 2 vuotta sitten
package.json e03e603b13 Giza Bot Updates (#601) 1 vuosi sitten
tsconfig.json 238bf9008f move contributions/tech to scripts 2 vuotta sitten

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