You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is a CLI-based roulette game that uses Solana Blockchain in order to stake SOL.
The user has to guess a number from 1 to 5(both included).
If the number guessed by the user is same as the produced random number, then the user is rewarded with SOL according to the chosen ratio.
Technologies
Language : TypeScript
Libraries used :
@solana/web3.js
chalk
figlet
inquirer
Blockchain : Solana
Local Setup
Clone the repo : git clone https://github.com/PratyushMT/roulette-game