Nom | Prenom | Groupe |
---|---|---|
Terrier | Julien | 14 |
Program | Link |
---|---|
Explorateur program (devnet) | |
Dapp |
Sporty wager is a decentralized application (dApp) built on the Solana blockchain, designed to offer a seamlessand secure sports betting experience. LeveragingSolana's high throughput and low transaction fees, thedApp provides users with real-time bettingopportunities on a wide range of sports events.
-
You would need to deploy the program on Solana blockchain first:
- Install Anchor, Rust and Solana CLI. Then go to anchor-wager repo, clone it and head over to
/anchor-wager
directory and follow instructions from Anchor docs to deploy the program to devnet.
- Install Anchor, Rust and Solana CLI. Then go to anchor-wager repo, clone it and head over to
-
To launch the frontend, head over to
/app/src
directory and enter:yarn install && yarn dev
- react: 18.2.6
- typescript: 5.0.4
- next: 13.4.1