瀏覽代碼

Update Council Minutes README

Joystream Stats 3 年之前
父節點
當前提交
c3ed61b558
共有 1 個文件被更改,包括 4 次插入5 次删除
  1. 4 5
      contributions/tech/report-generator/README.md

+ 4 - 5
contributions/tech/report-generator/README.md

@@ -1,8 +1,7 @@
-# Council + Tokenomics Report Generator
+# Council Minutes 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.  
+- Counil & Tokenomics Report: `yarn run report  [round|block range]` collects information from the [Joystream chain](https://testnet.joystream.org/). 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
 
@@ -30,5 +29,5 @@ OR
 # Contributors
 
 * [freakstatic](https://github.com/freakstatic)
-* [l1dev](https://git.joystreamstats.live/l1devx)
+* [l1dev](https://git.joystreamstats.live/l1dev)
 * [isonar](https://github.com/singulart)