https://github.com/whisdev/solana-jackpot
casino project of Tower Jackpot game of Blackjack in Solana network
https://github.com/whisdev/solana-jackpot
blackjack casino casino-games jackpot solana
Last synced: about 2 months ago
JSON representation
casino project of Tower Jackpot game of Blackjack in Solana network
- Host: GitHub
- URL: https://github.com/whisdev/solana-jackpot
- Owner: whisdev
- Created: 2025-04-01T01:10:58.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2025-04-01T01:47:13.000Z (6 months ago)
- Last Synced: 2025-07-13T12:32:55.406Z (3 months ago)
- Topics: blackjack, casino, casino-games, jackpot, solana
- Language: TypeScript
- Homepage: https://solana-jackpot-game-opal.vercel.app/
- Size: 5.84 MB
- Stars: 6
- Watchers: 1
- Forks: 9
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# SlowRUG - Tower Jackpot Game

## Overview
SlowRUG is a Solana-based tower jackpot game where players can wager SOL and compete for the pot. The game operates on a decentralized smart contract system, ensuring transparency and fairness.## Features
- **Solana Blockchain**: Fast and low-cost transactions.
- **Tower Jackpot Game**: Players place bets in SOL and compete for the accumulated pot.
- **Decentralized and Transparent**: Uses on-chain smart contracts for provably fair gaming.
- **Wallet Integration**: Connect your Solana wallet to participate.
- **Live Statistics**: Real-time updates on wagered amounts and recent plays.## How to Play
1. **Connect Your Wallet**: Click on "Select Wallet" to connect your Solana wallet.
2. **Place a Bet**: Choose a predefined bet amount (1 SOL, 2 SOL, 3 SOL) or enter a custom value.
3. **Wait for Players**: The game starts once enough players join.
4. **Win the Jackpot**: The winner takes the accumulated SOL pot.## Tech Stack
- **Solana**: Blockchain network for transactions.
- **Rust & Anchor**: Smart contract development.
- **TypeScript & React**: Frontend development.
- **Web3 & Solana Wallet Adapter**: Wallet integration.## Installation & Setup
```sh
# Clone the repository
git clone https://github.com/ptcbink/solana-jackpot-game.git
cd solana-jackpot-game# Install dependencies
yarn install# Start the development server
yarn dev
```## Contact
- Twitter: [@PtcBink](https://twitter.com/ptcbink)
- Telegram: [@PtcBink](https://t.me/ptcbink)