5 Open Issues Need Help Last updated: Feb 19, 2026

Open Issues Need Help

View All on GitHub
Software Development Backend Development

AI Summary: This issue requires implementing the display of transaction history for a connected Stellar wallet on the Activity page. The solution involves fetching data from the Stellar Horizon API (preferably testnet) and presenting it in a clear list format, including loading and error states. The implementation should handle cases where a user is not connected.

Complexity: 3/5
good first issue Stellar Wave
Software Development Backend Development

AI Summary: This issue proposes refactoring reusable Stellar and Soroban-related code from the `apps/web` directory into a new shared package named `packages/stellar`. This will involve moving contract configurations, wallet utilities, and shared hooks to promote code reuse across different applications within the monorepo and maintain a cleaner separation of concerns.

Complexity: 3/5
good first issue Stellar Wave
Software Development Backend Development

AI Summary: This issue requires integrating the marketplace's P2P energy trading functionality with on-chain smart contracts. The goal is to replace mock data with real data fetched from the `energy_distribution` contract and to handle actual energy token transfers for purchases, moving away from local state and localStorage.

Complexity: 3/5
good first issue Stellar Wave
Software Development Backend Development

AI Summary: This issue requests the creation of an admin-only user interface component for minting HDROP tokens on a testnet. The component will allow authorized administrators to specify a recipient address and token amount, then invoke the `mint_energy` function on the `energy_token` contract. This will facilitate testing and demos by easily distributing tokens to test accounts without using the full distribution flow.

Complexity: 3/5
good first issue Stellar Wave
Software Development Backend Development

AI Summary: This issue requires updating the dashboard to display real contract and wallet data instead of mock data. It involves fetching the HDROP balance from the `energy_token` contract using `useEnergyToken()` and displaying the connected wallet address from `useWallet()`. The implementation must include proper loading, error handling, and retry mechanisms for the balance display.

Complexity: 3/5
good first issue Stellar Wave