A collection of tools to integrate with the Synthetix data service.
To set up this repo, first make sure you have installed Poetry using the official installer.
Then, install dependencies and activate the virtual environment:
poetry install
poetry shell
Always make sure this environment has been activated before running any dashboards or API.
Finally, copy the ./streamlit/secrets_example.toml
file and fill it in before running any dashboards.
- API
- SynthetixAPI class
- External API wrapper (in progress)
- Dashboards
- Key metrics
- All metrics
- System monitor (in progress)