Open Issues Need Help
View All on GitHubAI Summary: Implement Telegram OAuth verification in the DeRisk Starknet project. This involves exploring the existing `telegram_app` within the `shared` package, creating an `/auth/telegram-oauth` endpoint, verifying user data using Telegram's OAuth process, saving verified user data to the database (using the provided `crud.py`), and returning appropriate HTTP status codes (200 for success, 401 for failure). A 'Hello' message should be sent to the authorized user.
AI Summary: Refactor the frontend dashboard application by moving the wallet logic from `Dashboard.jsx` to a shared AppContext for consistent wallet ID management across the app. Create a reusable component for the wallet button and UI elements.
AI Summary: Optimize the dashboard's performance by implementing local storage caching for historical data. The task involves fetching historical data from the API, storing it in local storage for quick display on page load, updating the data in the background, and handling wallet ID changes to ensure data consistency.