Skip to content

praxzy/roulette-game

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SOL ROULETTE

A SIMPLE ROULETTE GAME BASED ON SOLANA


Table of Contents :

Description

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

  1. Clone the repo : git clone https://github.com/PratyushMT/roulette-game
  2. Run npm install to install the dependencies
  3. Run the program : npx esrun index.ts

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors