https://github.com/ptcbink/solana-jackpot-game
P2E project of Tower Jackpot game in Solana network
https://github.com/ptcbink/solana-jackpot-game
jackpot p2e p2e-game solana
Last synced: about 2 months ago
JSON representation
P2E project of Tower Jackpot game in Solana network
- Host: GitHub
- URL: https://github.com/ptcbink/solana-jackpot-game
- Owner: ptcbink
- Created: 2025-04-01T01:10:58.000Z (about 2 months ago)
- Default Branch: main
- Last Pushed: 2025-04-01T01:47:13.000Z (about 2 months ago)
- Last Synced: 2025-04-01T02:34:24.530Z (about 2 months ago)
- Topics: jackpot, p2e, p2e-game, solana
- Language: TypeScript
- Homepage: https://solana-jackpot-game-opal.vercel.app/
- Size: 5.84 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- 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)