Open Issues Need Help
View All on GitHub Implement get_campaigns, get_featured_campaigns, and get_user_campaigns functions in crowdchain.cairo 2 months ago
AI Summary: Implement three new functions in a Cairo smart contract (Starknet): `get_campaigns` to retrieve all campaigns, `get_featured_campaigns` to retrieve only featured campaigns, and `get_user_campaigns` to retrieve campaigns associated with a specific user. Each function should return campaign metadata using updated data types and include comprehensive testing.
Complexity:
4/5
help wanted Cairo onlydust-wave