Open Issues Need Help
View All on GitHubOnchain AI agent on Starknet for all sorts of people in the ecosystem
Onchain AI agent on Starknet for all sorts of people in the ecosystem
Onchain AI agent on Starknet for all sorts of people in the ecosystem
Onchain AI agent on Starknet for all sorts of people in the ecosystem
Onchain AI agent on Starknet for all sorts of people in the ecosystem
Onchain AI agent on Starknet for all sorts of people in the ecosystem
Onchain AI agent on Starknet for all sorts of people in the ecosystem
AI Summary: The Cairo smart contract code in the `contracts/` directory is failing its CI/CD pipeline. The task is to debug and fix the code so that the CI/CD process passes successfully, with a link to the specific failing CI/CD run provided for investigation.
Onchain AI agent on Starknet for all sorts of people in the ecosystem
AI Summary: This issue requests the creation of fully functional CI/CD pipelines for the Anon Client, a Next.js frontend application, as currently none exist. The task involves configuring the `.github` directory to automate build, test, and deployment processes for the project.
Onchain AI agent on Starknet for all sorts of people in the ecosystem
AI Summary: This issue focuses on resolving linting errors in the Python backend (`py-be`) of the project. The task involves using `poetry` to run `black` and `isort` to automatically fix or identify formatting and import order issues, with the goal of ensuring all lint checks pass. It is labeled as a good first issue.
Onchain AI agent on Starknet for all sorts of people in the ecosystem
Onchain AI agent on Starknet for all sorts of people in the ecosystem
Onchain AI agent on Starknet for all sorts of people in the ecosystem
Onchain AI agent on Starknet for all sorts of people in the ecosystem
AI Summary: This GitHub issue requests the creation of a responsive landing page footer. The footer needs to include links to About, Docs, Terms, Privacy, GitHub, and X/Discord, ensuring external links open safely. Key tasks involve developing a footer component and integrating theme tokens into the Tailwind configuration.
Onchain AI agent on Starknet for all sorts of people in the ecosystem
AI Summary: This GitHub issue requests the creation of CI/CD pipelines for a Rust backend. The primary goal is to automate the process of building, linting, and testing the Rust code to proactively identify errors and ensure code quality.
Onchain AI agent on Starknet for all sorts of people in the ecosystem
Onchain AI agent on Starknet for all sorts of people in the ecosystem
Onchain AI agent on Starknet for all sorts of people in the ecosystem
Onchain AI agent on Starknet for all sorts of people in the ecosystem
Onchain AI agent on Starknet for all sorts of people in the ecosystem
Onchain AI agent on Starknet for all sorts of people in the ecosystem
Onchain AI agent on Starknet for all sorts of people in the ecosystem
Onchain AI agent on Starknet for all sorts of people in the ecosystem
AI Summary: Implement a wallet connection check on the StarkFinder contract editor page. Before allowing access to the contract deployment API and enabling the "Compile and Deploy" button, verify that a user's wallet is connected. The existing functionality should be preserved for connected users.
Onchain AI agent on Starknet for all sorts of people in the ecosystem
AI Summary: This task involves cleaning up the existing `contracts` directory by removing outdated contracts and tests, then creating a new Starknet contract in Cairo that charges a small fee (e.g., $0.1 or equivalent in STRK) whenever a specific function is called. This new contract will be used by the frontend for contract generation and deployment. Thorough testing and CI pipeline integration are also required.
Onchain AI agent on Starknet for all sorts of people in the ecosystem
AI Summary: Fix the UI inconsistencies in the application's navbar. Specifically, address the issue where the 'Signout' button and navbar height change unexpectedly when a wallet is connected. The solution involves making the navbar height consistent, changing the 'Signout' button color to a more subtle shade, and ensuring its consistent appearance regardless of wallet connection status.
Onchain AI agent on Starknet for all sorts of people in the ecosystem
AI Summary: Refactor the StarkFinder DevX navbar to remove animations, LLM choices, and the 'Deploy' and 'Agent' options. Replace them with a link to the 'Examples' page and a single dropdown for connecting/disconnecting wallets.
Onchain AI agent on Starknet for all sorts of people in the ecosystem
AI Summary: Automate the creation of `scarb.toml` files for Cairo smart contracts. The system should intelligently identify required packages (possibly using prompt engineering) based on generated contract code or aggregated blocks, enabling seamless deployment of complex contracts from the StarkFinder platform. This involves integrating this automation into either the frontend or backend of the existing application.
Onchain AI agent on Starknet for all sorts of people in the ecosystem
AI Summary: Debug and fix the Google authentication functionality on the StarkFinder application's login page. The current implementation redirects to the authentication page but fails to process Google logins correctly. The solution requires investigating the authentication flow, identifying the source of the error (likely within the authentication code or its integration with the Google OAuth API), and implementing the necessary corrections to enable successful Google logins.
Onchain AI agent on Starknet for all sorts of people in the ecosystem