A prediction market platform focused on stock price fluctuations caused by scandals. The platform would allow users to bet on the percentage drop in stock prices and earn rewards for accurate predictions. It's a specialized version of an existing platform for this purpose.
The app allows users to create new predictions or bet ETH on existing predictions. The betting procedure is as follows.
For the smart contract, I used hardhat and solidity, deploying only on the test net with Alchemy. They are both reliable and widely used within the blockchain community. To complement your smart contract, I created a web client app in Next.js, using create next-app, which required very little initial setup.