Brazilian Storm Sportingbet is a platform that allows users to bet on brazilian soccer matches using zk to hide users balance and bets values.
The project is currently on Harmony Devnet
Brazilian Storm Sportingbet has 3 bet options so far: Winner where a user bets on who will win the match, Score where a user bets on the match score and Goal where the user bets on how many goals one specific team will score.
The project has three main folders:
- api
- contracts
- ui
The api folder contains the api responsible to fullfill data to the smart contract.
The contracts folder contains all the smart contracts and circuits used in Brazilian Storm Sportingbet.
The ui folder contains Brazilian Storm Sportingbet's ui.
git clone https://github.com/joaopedrocyrino/brazilian-storm-sportingbet.git
To run api:
cd api
yarn dev
To run contracts:
cd contracts
yarn local
To run ui:
cd ui
yarn dev