Joystream Stats 5c87e59657 fix getFiatEvents, round values %!s(int64=3) %!d(string=hai) anos
..
cache ebbd4a9044 Imrove th structure of contributions folder %!s(int64=3) %!d(string=hai) anos
src 5c87e59657 fix getFiatEvents, round values %!s(int64=3) %!d(string=hai) anos
.gitignore 837379b1c4 build to 'build' dir %!s(int64=3) %!d(string=hai) anos
README.md f029860ba2 README %!s(int64=3) %!d(string=hai) anos
package.json 837379b1c4 build to 'build' dir %!s(int64=3) %!d(string=hai) anos
report-template.md 45aa18fa2e report generator fixes %!s(int64=3) %!d(string=hai) anos
report-template.md.old ebbd4a9044 Imrove th structure of contributions folder %!s(int64=3) %!d(string=hai) anos
tsconfig.json 837379b1c4 build to 'build' dir %!s(int64=3) %!d(string=hai) anos

README.md

Tokenomics Report Generator

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.

Setup

yarn && yarn build

To update the submodule in src/lib:

git submodule init
git submodule update

Usage

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

Example

node build/generator.js 57601 234038

Contributors