Interactive dashboard application for visualizing and analyzing DeRisk data.
- Python 3.11+
- Poetry
- Docker
- Install dependencies:
./setup.sh
- Run the dashboard:
poetry run python dashboard.py
-
Build the image:
-
Run the container:
-
stop container:
- Interactive data visualization
- Protocol statistics monitoring
- Loan portfolio analysis
- Real-time data updates
- Create chart module in
charts/
- Implement chart logic using main.py templates
- Register in dashboard.py
Use data_connector.py
to add new data sources:
from data_connector import DataConnector
connector = DataConnector()
data = connector.get_data()
poetry run pytest
- Fork the repository
- Create feature branch
- Submit pull request
Read contribution guide