Real-time DeFi payment streaming and recurring subscriptions on Stellar

3 Open Issues Need Help Last updated: Feb 23, 2026

Open Issues Need Help

View All on GitHub

AI Summary: This issue focuses on implementing fundamental API security measures by configuring Cross-Origin Resource Sharing (CORS) rules to control access. It also involves setting up HTTP security headers using middleware like Helmet to protect against common web vulnerabilities. The overall goal is to establish proper security middleware for the API.

Complexity: 3/5
good first issue security backend

Real-time DeFi payment streaming and recurring subscriptions on Stellar

TypeScript

AI Summary: This issue focuses on the initial setup of the backend environment. It involves creating a dedicated backend directory, configuring essential development tools like ESLint for linting and Prettier for code formatting, and establishing a basic, modular folder structure for an Express application.

Complexity: 1/5
good first issue backend setup

Real-time DeFi payment streaming and recurring subscriptions on Stellar

TypeScript

AI Summary: Implement a new `/health` endpoint that automatically verifies the connectivity status of the database, Redis, and the Horizon API. This endpoint will provide an automated way to monitor the application's core dependencies.

Complexity: 3/5
good first issue observability backend

Real-time DeFi payment streaming and recurring subscriptions on Stellar

TypeScript