In this tutorial, we’ll be building a simple prediction market using the SchellingCoin algorithm.
This algorithm is used to incentivize participants to report the correct outcome of an event by rewarding them with a token that is pegged to the probability of that outcome.
We’ll use Celo to build the smart contract that implements the algorithm, and Angular to build a simple frontend to interact with the contract.