Plot PPoS Dex snapshot
Take a snapshot of latest published PPoS Dex data.
poetry run ppos_dex.py snapshot [--publisher=<p>] [--algo-threshold=<a>] [--start-block=<s>] [--localhost | --test] [--save]
Options
[--publisher=<p>]
publisher account address (default: PPoS Dex Oracle account);[--algo-threshold=<t>]
plot only data of accounts that own more than this threshold (default: 1000 ALGO);[--start-block=<s>]
plot data from this block (if availables);[--localhost | test]
select local hosted Node and Indexer / other API providers, or default TestNet end-points;[--save]
save plots in./docs/images/snapshot
.