Open Issues Need Help
View All on GitHubAI Summary: Implement an atomic market creation function for the PrediFi decentralized prediction protocol on StarkNet. This involves storing market creation data both on-chain (in a 'Market' table) and off-chain (upserting tags in a 'Tags' table), handling concurrent creation attempts, and ensuring new tags are created only if they don't already exist. The `create_pool` function in `predifi.cairo` serves as a reference for user input data.
PrediFi - Decentralized outcome prediction protocol (on-chain prediction platform ) - PrediFi is a decentralized prediction protocol built on StarkNet. It allows users to predict future outcomes across various fields, including sports, finance, and global events.