A dApp for seamless crypto-to-fiat conversion.

noblocks paycrest
2 Open Issues Need Help Last updated: Jul 17, 2025

Open Issues Need Help

View All on GitHub

AI Summary: Refactor the Noblocks dApp to fetch supported crypto tokens dynamically from the Paycrest aggregator API instead of using hardcoded values. This involves updating `app/utils.ts` and `app/mocks.ts` to fetch and cache tokens, handle API errors, and correctly map API data to the app's `Token` type. The UI should update reactively to reflect changes in the token list.

Complexity: 4/5
enhancement good first issue 3pt

A dApp for seamless crypto-to-fiat conversion.

TypeScript
#noblocks#paycrest

AI Summary: Fix a horizontal overflow bug on mobile devices with screen widths less than 350px in the Noblocks dApp. The issue is in the FAQ section, likely due to a non-wrapping flex container in the header. The solution involves modifying the FAQ header's flex container to allow text wrapping on smaller screens, potentially using responsive utility classes like Tailwind CSS to avoid affecting the desktop layout.

Complexity: 2/5
bug good first issue difficulty: easy 1pt

A dApp for seamless crypto-to-fiat conversion.

TypeScript
#noblocks#paycrest