Joystream Stats dd9bd3acb3 fallback to dollar pool changes to calculate inflation 2 éve
..
cache 66d2eac4c9 move tokenomics report generator into contrib folder 3 éve
src dd9bd3acb3 fallback to dollar pool changes to calculate inflation 2 éve
.gitignore 0bf188434d update lib 3 éve
README.md 146f429743 README 2 éve
package.json 7ded7a85f3 yarn run update-reports: regenerate reports for all council rounds 2 éve
report-template.md 836d7050ce fiat pool changes 2 éve
report-template.md.old 66d2eac4c9 move tokenomics report generator into contrib folder 3 éve
tsconfig.json c11ae82ac3 build to 'build' dir 3 éve

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 lib/generator.js <start block> <end block>

Example

node lib/generator.js 57601 234038

Contributors